Package com.stripe.model.v2
Class FinancialAddressCreditSimulation
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.FinancialAddressCreditSimulation
- 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
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.The status of the request, signifying whether a simulated credit was initiated.int
hashCode()
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
The status of the request, signifying whether a simulated credit was initiated.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
FinancialAddressCreditSimulation
public FinancialAddressCreditSimulation()
-
-
Method Details
-
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_credit_simulation
. -
getStatus
The status of the request, signifying whether a simulated credit was initiated. -
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_credit_simulation
. -
setStatus
The status of the request, signifying whether a simulated credit was initiated. -
equals
-
canEqual
-
hashCode
public int hashCode()
-