Class OutboundSetupIntentCreateParams.PayoutMethodData
java.lang.Object
com.stripe.param.v2.moneymanagement.OutboundSetupIntentCreateParams.PayoutMethodData
- Enclosing class:
- OutboundSetupIntentCreateParams
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classRequired. The card number.static enum -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanThe type specific details of the bank account payout method.getCard()The type specific details of the card payout method.The type specific details of the crypto wallet payout method.Map of extra parameters for custom features not available in this client library.getType()Required. Closed Enum.inthashCode()
-
Method Details
-
builder
-
getBankAccount
The type specific details of the bank account payout method. -
getCard
The type specific details of the card payout method. -
getCryptoWallet
The type specific details of the crypto wallet 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@SerializedNamevalue. 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()
-