Class OutboundSetupIntentCreateParams.PayoutMethodData
java.lang.Object
com.stripe.param.v2.moneymanagement.OutboundSetupIntentCreateParams.PayoutMethodData
- Enclosing class:
- OutboundSetupIntentCreateParams
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
static class
static enum
Required. The card number. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
boolean
The type specific details of the bank account payout method.getCard()
The type specific details of the card payout method.Map of extra parameters for custom features not available in this client library.getType()
Required. Closed Enum.int
hashCode()
-
Method Details
-
builder
-
getBankAccount
The type specific details of the bank account payout method. -
getCard
The type specific details of the card payout method. -
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. -
getType
Required. Closed Enum. The type of payout method to be created. -
equals
-
canEqual
-
hashCode
public int hashCode()
-