Package com.stripe.param
Class PaymentIntentConfirmParams.PaymentMethodData.StripeBalance
java.lang.Object
com.stripe.param.PaymentIntentConfirmParams.PaymentMethodData.StripeBalance
- Enclosing class:
- PaymentIntentConfirmParams.PaymentMethodData
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static enum
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
boolean
The connected account ID whose Stripe balance to use as the source of payment.Map of extra parameters for custom features not available in this client library.The source_type of the balanceint
hashCode()
-
Method Details
-
builder
-
getAccount
The connected account ID whose Stripe balance to use as the source of payment. -
getExtraParams
Map of extra parameters for custom features not available in this client library. The content in this map is not serialized under this field's@SerializedName
value. Instead, each key/value pair is serialized as if the key is a root-level field (serialized) name in this param object. Effectively, this map is flattened to its parent instance. -
getSourceType
The source_type of the balance -
equals
-
canEqual
-
hashCode
public int hashCode()
-