Package com.stripe.model.v2
Class FinancialAddressGeneratedMicrodeposits
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.FinancialAddressGeneratedMicrodeposits
- All Implemented Interfaces:
StripeObjectInterface
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanThe amounts of the microdeposits that were generated.Has the valuetrueif the object exists in live mode or the valuefalseif the object exists in test mode.String representing the object's type.Closed Enum.inthashCode()voidsetAmounts(List<Amount> amounts) The amounts of the microdeposits that were generated.voidsetLivemode(Boolean livemode) Has the valuetrueif the object exists in live mode or the valuefalseif the object exists in test mode.voidString representing the object's type.voidClosed Enum.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
FinancialAddressGeneratedMicrodeposits
public FinancialAddressGeneratedMicrodeposits()
-
-
Method Details
-
getAmounts
The amounts of the microdeposits that were generated. -
getLivemode
Has the valuetrueif the object exists in live mode or the valuefalseif the object exists in test mode. -
getObject
String representing the object's type. Objects of the same type share the same value of the object field.Equal to
financial_address_generated_microdeposits. -
getStatus
Closed Enum. The status of the request.Equal to
accepted. -
setAmounts
The amounts of the microdeposits that were generated. -
setLivemode
Has the valuetrueif the object exists in live mode or the valuefalseif the object exists in test mode. -
setObject
String representing the object's type. Objects of the same type share the same value of the object field.Equal to
financial_address_generated_microdeposits. -
setStatus
Closed Enum. The status of the request.Equal to
accepted. -
equals
-
canEqual
-
hashCode
public int hashCode()
-