Package com.stripe.model
Class Order.Payment.Settings.PaymentMethodOptions
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Order.Payment.Settings.PaymentMethodOptions
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Order.Payment.Settings
For more details about PaymentMethodOptions, please refer to the API Reference.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
For more details about AcssDebit, please refer to the API Reference.static class
For more details about AfterpayClearpay, please refer to the API Reference.static class
For more details about Alipay, please refer to the API Reference.static class
For more details about Bancontact, please refer to the API Reference.static class
For more details about Card, please refer to the API Reference.static class
For more details about CustomerBalance, please refer to the API Reference.static class
For more details about Ideal, please refer to the API Reference.static class
For more details about Klarna, please refer to the API Reference.static class
For more details about Link, please refer to the API Reference.static class
For more details about Oxxo, please refer to the API Reference.static class
For more details about P24, please refer to the API Reference.static class
For more details about Paypal, please refer to the API Reference.static class
For more details about SepaDebit, please refer to the API Reference.static class
For more details about Sofort, please refer to the API Reference.static class
For more details about WechatPay, please refer to the API Reference. -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
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
-
getAfterpayClearpay
-
getAlipay
-
getBancontact
-
getCard
-
getCustomerBalance
-
getIdeal
-
getKlarna
-
getLink
-
getOxxo
-
getP24
-
getPaypal
-
getSepaDebit
-
getSofort
-
getWechatPay
-
setAcssDebit
-
setAfterpayClearpay
public void setAfterpayClearpay(Order.Payment.Settings.PaymentMethodOptions.AfterpayClearpay afterpayClearpay) -
setAlipay
-
setBancontact
-
setCard
-
setCustomerBalance
public void setCustomerBalance(Order.Payment.Settings.PaymentMethodOptions.CustomerBalance customerBalance) -
setIdeal
-
setKlarna
-
setLink
-
setOxxo
-
setP24
-
setPaypal
-
setSepaDebit
-
setSofort
-
setWechatPay
-
equals
-
canEqual
-
hashCode
public int hashCode()
-