Package com.stripe.model
Class BitcoinTransaction
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.BitcoinTransaction
- All Implemented Interfaces:
HasId
,StripeObjectInterface
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
The amount ofcurrency
that the transaction was converted to in real-time.The amount of bitcoin contained in the transaction.Time at which the object was created.Three-letter ISO code for the currency to which this transaction was converted.getId()
Unique identifier for the object.String representing the object's type.The receiver to which this transaction was sent.int
hashCode()
void
The amount ofcurrency
that the transaction was converted to in real-time.void
setBitcoinAmount
(Long bitcoinAmount) The amount of bitcoin contained in the transaction.void
setCreated
(Long created) Time at which the object was created.void
setCurrency
(String currency) Three-letter ISO code for the currency to which this transaction was converted.void
Unique identifier for the object.void
String representing the object's type.void
setReceiver
(String receiver) The receiver to which this transaction was sent.Methods inherited from class com.stripe.model.StripeObject
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
BitcoinTransaction
public BitcoinTransaction()
-
-
Method Details
-
getAmount
The amount ofcurrency
that the transaction was converted to in real-time. -
getBitcoinAmount
The amount of bitcoin contained in the transaction. -
getCreated
Time at which the object was created. Measured in seconds since the Unix epoch. -
getCurrency
Three-letter ISO code for the currency to which this transaction was converted. -
getObject
String representing the object's type. Objects of the same type share the same value.Equal to
bitcoin_transaction
. -
getReceiver
The receiver to which this transaction was sent. -
setAmount
The amount ofcurrency
that the transaction was converted to in real-time. -
setBitcoinAmount
The amount of bitcoin contained in the transaction. -
setCreated
Time at which the object was created. Measured in seconds since the Unix epoch. -
setCurrency
Three-letter ISO code for the currency to which this transaction was converted. -
setId
Unique identifier for the object. -
setObject
String representing the object's type. Objects of the same type share the same value.Equal to
bitcoin_transaction
. -
setReceiver
The receiver to which this transaction was sent. -
equals
-
canEqual
-
hashCode
public int hashCode() -
getId
Unique identifier for the object.
-