Package com.stripe.model
Class Subscription.PaymentSettings.PaymentMethodOptions
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Subscription.PaymentSettings.PaymentMethodOptions
- All Implemented Interfaces:
- StripeObjectInterface
- Enclosing class:
- Subscription.PaymentSettings
For more details about PaymentMethodOptions, please refer to the API Reference.
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic classFor more details about AcssDebit, please refer to the API Reference.static classFor more details about Bancontact, please refer to the API Reference.static classFor more details about Card, please refer to the API Reference.static classFor more details about CustomerBalance, please refer to the API Reference.static classFor more details about IdBankTransfer, please refer to the API Reference.static classFor more details about Konbini, please refer to the API Reference.static classFor more details about Pix, please refer to the API Reference.static classFor more details about SepaDebit, please refer to the API Reference.static classFor more details about Upi, please refer to the API Reference.static classFor more details about UsBankAccount, please refer to the API Reference.
- 
Field SummaryFields inherited from class com.stripe.model.StripeObjectPRETTY_PRINT_GSON
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected booleanbooleangetCard()getPix()getUpi()inthashCode()voidvoidvoidvoidsetCustomerBalance(Subscription.PaymentSettings.PaymentMethodOptions.CustomerBalance customerBalance) voidvoidvoidvoidvoidvoidMethods inherited from class com.stripe.model.StripeObjectdeserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
- 
Constructor Details- 
PaymentMethodOptionspublic PaymentMethodOptions()
 
- 
- 
Method Details- 
getAcssDebit
- 
getBancontact
- 
getCard
- 
getCustomerBalance
- 
getIdBankTransfer
- 
getKonbini
- 
getPix
- 
getSepaDebit
- 
getUpi
- 
getUsBankAccount
- 
setAcssDebit
- 
setBancontact
- 
setCard
- 
setCustomerBalancepublic void setCustomerBalance(Subscription.PaymentSettings.PaymentMethodOptions.CustomerBalance customerBalance) 
- 
setIdBankTransferpublic void setIdBankTransfer(Subscription.PaymentSettings.PaymentMethodOptions.IdBankTransfer idBankTransfer) 
- 
setKonbini
- 
setPix
- 
setSepaDebit
- 
setUpi
- 
setUsBankAccountpublic void setUsBankAccount(Subscription.PaymentSettings.PaymentMethodOptions.UsBankAccount usBankAccount) 
- 
equals
- 
canEqual
- 
hashCodepublic int hashCode()
 
-