Package com.stripe.model.v2.billing
Class Cadence.SettingsData.Collection.PaymentMethodOptions.CustomerBalance
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.billing.Cadence.SettingsData.Collection.PaymentMethodOptions.CustomerBalance
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Cadence.SettingsData.Collection.PaymentMethodOptions
public static class Cadence.SettingsData.Collection.PaymentMethodOptions.CustomerBalance
extends StripeObject
This sub-hash contains details about the Bank transfer payment method options.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Configuration for the bank transfer funding type, if thefunding_type
is set tobank_transfer
. -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
int
hashCode()
void
setBankTransfer
(Cadence.SettingsData.Collection.PaymentMethodOptions.CustomerBalance.BankTransfer bankTransfer) void
setFundingType
(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
public Cadence.SettingsData.Collection.PaymentMethodOptions.CustomerBalance.BankTransfer getBankTransfer() -
getFundingType
-
setBankTransfer
public void setBankTransfer(Cadence.SettingsData.Collection.PaymentMethodOptions.CustomerBalance.BankTransfer bankTransfer) -
setFundingType
-
equals
-
canEqual
-
hashCode
public int hashCode()
-