Package com.stripe.model
Class Invoice.PaymentSettings.PaymentMethodOptions
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Invoice.PaymentSettings.PaymentMethodOptions
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Invoice.PaymentSettings
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
static class
static class
static class
static class
static class
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Methods inherited from class com.stripe.model.StripeObject
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
-
setCard
-
setCustomerBalance
public void setCustomerBalance(Invoice.PaymentSettings.PaymentMethodOptions.CustomerBalance customerBalance) -
setKonbini
-
setSepaDebit
-
setUsBankAccount
public void setUsBankAccount(Invoice.PaymentSettings.PaymentMethodOptions.UsBankAccount usBankAccount) -
equals
-
canEqual
-
hashCode
public int hashCode()
-