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 booleanbooleanThe amount ofcurrencythat 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.inthashCode()voidThe amount ofcurrencythat the transaction was converted to in real-time.voidsetBitcoinAmount(Long bitcoinAmount) The amount of bitcoin contained in the transaction.voidsetCreated(Long created) Time at which the object was created.voidsetCurrency(String currency) Three-letter ISO code for the currency to which this transaction was converted.voidUnique identifier for the object.voidString representing the object's type.voidsetReceiver(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 ofcurrencythat 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 ofcurrencythat 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.
-