Class Mandate.BacsDebit

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

public static class Mandate.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.
    • 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.
    • 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