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 boolean
boolean
The amounts of the microdeposits that were generated.Has the valuetrue
if the object exists in live mode or the valuefalse
if the object exists in test mode.String representing the object's type.Closed Enum.int
hashCode()
void
setAmounts
(List<Amount> amounts) The amounts of the microdeposits that were generated.void
setLivemode
(Boolean livemode) Has the valuetrue
if the object exists in live mode or the valuefalse
if the object exists in test mode.void
String representing the object's type.void
Closed 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 valuetrue
if the object exists in live mode or the valuefalse
if 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 valuetrue
if the object exists in live mode or the valuefalse
if 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()
-