Package com.stripe.param
Class SubscriptionUpdateParams.PaymentSettings.PaymentMethodOptions.CustomerBalance
java.lang.Object
com.stripe.param.SubscriptionUpdateParams.PaymentSettings.PaymentMethodOptions.CustomerBalance
- Enclosing class:
- SubscriptionUpdateParams.PaymentSettings.PaymentMethodOptions
public static class SubscriptionUpdateParams.PaymentSettings.PaymentMethodOptions.CustomerBalance
extends Object
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Configuration for the bank transfer funding type, if thefunding_type
is set tobank_transfer
.Map of extra parameters for custom features not available in this client library.The funding method type to be used when there are not enough funds in the customer balance.
-
Method Details
-
builder
public static SubscriptionUpdateParams.PaymentSettings.PaymentMethodOptions.CustomerBalance.Builder builder() -
getBankTransfer
public SubscriptionUpdateParams.PaymentSettings.PaymentMethodOptions.CustomerBalance.BankTransfer getBankTransfer()Configuration for the bank transfer funding type, if thefunding_type
is set tobank_transfer
. -
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. -
getFundingType
The funding method type to be used when there are not enough funds in the customer balance. Permitted values include:bank_transfer
.
-