Package com.stripe.model
Class Topup.PaymentMethodOptions
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Topup.PaymentMethodOptions
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Topup
For more details about PaymentMethodOptions, please refer to the API Reference.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic 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 booleanbooleanIf this top-up is to be used with aus_bank_accountpayment method, this sub-hash contains configuration for it.inthashCode()voidsetUsBankAccount(Topup.PaymentMethodOptions.UsBankAccount usBankAccount) If this top-up is to be used with aus_bank_accountpayment method, this sub-hash contains configuration for it.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
PaymentMethodOptions
public PaymentMethodOptions()
-
-
Method Details
-
getUsBankAccount
If this top-up is to be used with aus_bank_accountpayment method, this sub-hash contains configuration for it. -
setUsBankAccount
If this top-up is to be used with aus_bank_accountpayment method, this sub-hash contains configuration for it. -
equals
-
canEqual
-
hashCode
public int hashCode()
-