Package com.stripe.param
Class SubscriptionCreateParams.PaymentSettings.PaymentMethodOptions.CustomerBalance
java.lang.Object
com.stripe.param.SubscriptionCreateParams.PaymentSettings.PaymentMethodOptions.CustomerBalance
- Enclosing class:
- SubscriptionCreateParams.PaymentSettings.PaymentMethodOptions
public static class SubscriptionCreateParams.PaymentSettings.PaymentMethodOptions.CustomerBalance
extends Object
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
boolean
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.int
hashCode()
-
Method Details
-
builder
public static SubscriptionCreateParams.PaymentSettings.PaymentMethodOptions.CustomerBalance.Builder builder() -
getBankTransfer
public SubscriptionCreateParams.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
. -
equals
-
canEqual
-
hashCode
public int hashCode()
-