Class SetupIntent.PaymentMethodOptions.AcssDebit

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

public static class SetupIntent.PaymentMethodOptions.AcssDebit extends StripeObject
  • Constructor Details

    • AcssDebit

      public AcssDebit()
  • Method Details

    • getCurrency

      public String getCurrency()
      Currency supported by the bank account

      One of cad, or usd.

    • getMandateOptions

    • getVerificationMethod

      public String getVerificationMethod()
      Bank account verification method.

      One of automatic, instant, or microdeposits.

    • setCurrency

      public void setCurrency(String currency)
      Currency supported by the bank account

      One of cad, or usd.

    • setMandateOptions

      public void setMandateOptions(SetupIntent.PaymentMethodOptions.AcssDebit.MandateOptions mandateOptions)
    • setVerificationMethod

      public void setVerificationMethod(String verificationMethod)
      Bank account verification method.

      One of automatic, instant, or microdeposits.

    • 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