Package com.stripe.model
Class QuotePreviewInvoice.PaymentSettings.PaymentMethodOptions
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.QuotePreviewInvoice.PaymentSettings.PaymentMethodOptions
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- QuotePreviewInvoice.PaymentSettings
For more details about PaymentMethodOptions, please refer to the API Reference.
-
Nested Class Summary
Nested 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 Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleangetCard()getPix()getUpi()inthashCode()voidvoidvoidvoidsetCustomerBalance(QuotePreviewInvoice.PaymentSettings.PaymentMethodOptions.CustomerBalance customerBalance) voidsetIdBankTransfer(QuotePreviewInvoice.PaymentSettings.PaymentMethodOptions.IdBankTransfer idBankTransfer) voidvoidvoidvoidvoidsetUsBankAccount(QuotePreviewInvoice.PaymentSettings.PaymentMethodOptions.UsBankAccount usBankAccount) 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
public QuotePreviewInvoice.PaymentSettings.PaymentMethodOptions.CustomerBalance getCustomerBalance() -
getIdBankTransfer
-
getKonbini
-
getPix
-
getSepaDebit
-
getUpi
-
getUsBankAccount
-
setAcssDebit
public void setAcssDebit(QuotePreviewInvoice.PaymentSettings.PaymentMethodOptions.AcssDebit acssDebit) -
setBancontact
public void setBancontact(QuotePreviewInvoice.PaymentSettings.PaymentMethodOptions.Bancontact bancontact) -
setCard
-
setCustomerBalance
public void setCustomerBalance(QuotePreviewInvoice.PaymentSettings.PaymentMethodOptions.CustomerBalance customerBalance) -
setIdBankTransfer
public void setIdBankTransfer(QuotePreviewInvoice.PaymentSettings.PaymentMethodOptions.IdBankTransfer idBankTransfer) -
setKonbini
-
setPix
-
setSepaDebit
public void setSepaDebit(QuotePreviewInvoice.PaymentSettings.PaymentMethodOptions.SepaDebit sepaDebit) -
setUpi
-
setUsBankAccount
public void setUsBankAccount(QuotePreviewInvoice.PaymentSettings.PaymentMethodOptions.UsBankAccount usBankAccount) -
equals
-
canEqual
-
hashCode
public int hashCode()
-