Package com.stripe.model
Class ReserveTransaction
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.ReserveTransaction
- All Implemented Interfaces:
BalanceTransactionSource,HasId,StripeObjectInterface
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanThree-letter ISO currency code, in lowercase.An arbitrary string attached to the object.getId()Unique identifier for the object.String representing the object's type.inthashCode()voidvoidsetCurrency(String currency) Three-letter ISO currency code, in lowercase.voidsetDescription(String description) An arbitrary string attached to the object.voidUnique identifier for the object.voidString representing the object's type.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.stripe.model.StripeObjectInterface
getLastResponse, setLastResponse
-
Constructor Details
-
ReserveTransaction
public ReserveTransaction()
-
-
Method Details
-
getAmount
-
getCurrency
Three-letter ISO currency code, in lowercase. Must be a supported currency. -
getDescription
An arbitrary string attached to the object. Often useful for displaying to users. -
getObject
String representing the object's type. Objects of the same type share the same value.Equal to
reserve_transaction. -
setAmount
-
setCurrency
Three-letter ISO currency code, in lowercase. Must be a supported currency. -
setDescription
An arbitrary string attached to the object. Often useful for displaying to users. -
setId
Unique identifier for the object. -
setObject
String representing the object's type. Objects of the same type share the same value.Equal to
reserve_transaction. -
equals
-
canEqual
-
hashCode
public int hashCode() -
getId
Unique identifier for the object.
-