Package com.stripe.model.v2.billing
Class Cadence.SettingsData.Collection.PaymentMethodOptions
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.billing.Cadence.SettingsData.Collection.PaymentMethodOptions
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Cadence.SettingsData.Collection
Payment Method specific configuration stored on the object.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
This sub-hash contains details about the Canadian pre-authorized debit payment method options.static class
This sub-hash contains details about the Bancontact payment method.static class
This sub-hash contains details about the Card payment method options.static class
This sub-hash contains details about the Bank transfer payment method options.static class
This sub-hash contains details about the ACH direct debit payment method options. -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
getCard()
int
hashCode()
void
void
void
void
setCustomerBalance
(Cadence.SettingsData.Collection.PaymentMethodOptions.CustomerBalance customerBalance) void
setKonbini
(Map<String, Object> konbini) void
setSepaDebit
(Map<String, Object> sepaDebit) void
Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
PaymentMethodOptions
public PaymentMethodOptions()
-
-
Method Details
-
getAcssDebit
-
getBancontact
-
getCard
-
getCustomerBalance
-
getKonbini
-
getSepaDebit
-
getUsBankAccount
-
setAcssDebit
-
setBancontact
public void setBancontact(Cadence.SettingsData.Collection.PaymentMethodOptions.Bancontact bancontact) -
setCard
-
setCustomerBalance
public void setCustomerBalance(Cadence.SettingsData.Collection.PaymentMethodOptions.CustomerBalance customerBalance) -
setKonbini
-
setSepaDebit
-
setUsBankAccount
public void setUsBankAccount(Cadence.SettingsData.Collection.PaymentMethodOptions.UsBankAccount usBankAccount) -
equals
-
canEqual
-
hashCode
public int hashCode()
-