Class Topup.PaymentMethodOptions

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Topup.PaymentMethodOptions
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
Topup

public static class Topup.PaymentMethodOptions extends StripeObject
For more details about PaymentMethodOptions, please refer to the API Reference.
  • Constructor Details

    • PaymentMethodOptions

      public PaymentMethodOptions()
  • Method Details

    • getUsBankAccount

      public Topup.PaymentMethodOptions.UsBankAccount getUsBankAccount()
      If this top-up is to be used with a us_bank_account payment method, this sub-hash contains configuration for it.
    • setUsBankAccount

      public void setUsBankAccount(Topup.PaymentMethodOptions.UsBankAccount usBankAccount)
      If this top-up is to be used with a us_bank_account payment method, this sub-hash contains configuration for it.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object