Package com.stripe.param.treasury
Class OutboundPaymentCreateParams.DestinationPaymentMethodData
java.lang.Object
com.stripe.param.treasury.OutboundPaymentCreateParams.DestinationPaymentMethodData
- Enclosing class:
- OutboundPaymentCreateParams
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
static enum
static class
State, county, province, or region. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Billing information associated with the PaymentMethod that may be used or required by particular types of payment methods.Map of extra parameters for custom features not available in this client library.Required if type is set tofinancial_account
.Set of key-value pairs that you can attach to an object.getType()
Required. The type of the PaymentMethod.Required hash if type is set tous_bank_account
.
-
Method Details
-
builder
-
getBillingDetails
Billing information associated with the PaymentMethod that may be used or required by particular types of payment methods. -
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. -
getFinancialAccount
Required if type is set tofinancial_account
. The FinancialAccount ID to send funds to. -
getMetadata
Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value tometadata
. -
getType
Required. The type of the PaymentMethod. An additional hash is included on the PaymentMethod with a name matching this value. It contains additional information specific to the PaymentMethod type. -
getUsBankAccount
Required hash if type is set tous_bank_account
.
-