Package com.stripe.model
Class CashBalance.Settings
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.CashBalance.Settings
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- CashBalance
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
The configuration for how funds that land in the customer cash balance are reconciled.A flag to indicate if reconciliation mode returned is the user's default or is specific to this customer cash balance.int
hashCode()
void
setReconciliationMode
(String reconciliationMode) The configuration for how funds that land in the customer cash balance are reconciled.void
setUsingMerchantDefault
(Boolean usingMerchantDefault) A flag to indicate if reconciliation mode returned is the user's default or is specific to this customer cash balance.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Settings
public Settings()
-
-
Method Details
-
getReconciliationMode
The configuration for how funds that land in the customer cash balance are reconciled.One of
automatic
, ormanual
. -
getUsingMerchantDefault
A flag to indicate if reconciliation mode returned is the user's default or is specific to this customer cash balance. -
setReconciliationMode
The configuration for how funds that land in the customer cash balance are reconciled.One of
automatic
, ormanual
. -
setUsingMerchantDefault
A flag to indicate if reconciliation mode returned is the user's default or is specific to this customer cash balance. -
equals
-
canEqual
-
hashCode
public int hashCode()
-