Package com.stripe.model.v2.billing
Class CollectionSettingVersion.PaymentMethodOptions.CustomerBalance
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.billing.CollectionSettingVersion.PaymentMethodOptions.CustomerBalance
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- CollectionSettingVersion.PaymentMethodOptions
public static class CollectionSettingVersion.PaymentMethodOptions.CustomerBalance
extends StripeObject
This sub-hash contains details about the Bank transfer payment method options.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classConfiguration for the bank transfer funding type, if thefunding_typeis set tobank_transfer. -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleaninthashCode()voidsetBankTransfer(CollectionSettingVersion.PaymentMethodOptions.CustomerBalance.BankTransfer bankTransfer) voidsetFundingType(String fundingType) Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
CustomerBalance
public CustomerBalance()
-
-
Method Details
-
getBankTransfer
-
getFundingType
-
setBankTransfer
public void setBankTransfer(CollectionSettingVersion.PaymentMethodOptions.CustomerBalance.BankTransfer bankTransfer) -
setFundingType
-
equals
-
canEqual
-
hashCode
public int hashCode()
-