Class Mandate.PaymentMethodDetails.BacsDebit

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Mandate.PaymentMethodDetails.BacsDebit
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
Mandate.PaymentMethodDetails

public static class Mandate.PaymentMethodDetails.BacsDebit extends StripeObject
  • Constructor Details

    • BacsDebit

      public BacsDebit()
  • Method Details

    • getNetworkStatus

      public String getNetworkStatus()
      The status of the mandate on the Bacs network. Can be one of pending, revoked, refused, or accepted.
    • getReference

      public String getReference()
      The unique reference identifying the mandate on the Bacs network.
    • getRevocationReason

      public String getRevocationReason()
      When the mandate is revoked on the Bacs network this field displays the reason for the revocation.

      One of account_closed, bank_account_restricted, bank_ownership_changed, could_not_process, or debit_not_authorized.

    • getUrl

      public String getUrl()
      The URL that will contain the mandate that the customer has signed.
    • setNetworkStatus

      public void setNetworkStatus(String networkStatus)
      The status of the mandate on the Bacs network. Can be one of pending, revoked, refused, or accepted.
    • setReference

      public void setReference(String reference)
      The unique reference identifying the mandate on the Bacs network.
    • setRevocationReason

      public void setRevocationReason(String revocationReason)
      When the mandate is revoked on the Bacs network this field displays the reason for the revocation.

      One of account_closed, bank_account_restricted, bank_ownership_changed, could_not_process, or debit_not_authorized.

    • setUrl

      public void setUrl(String url)
      The URL that will contain the mandate that the customer has signed.
    • 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