Class Mandate.PaymentMethodDetails.SepaDebit

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

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

    • SepaDebit

      public SepaDebit()
  • Method Details

    • getReference

      public String getReference()
      The unique reference of the mandate.
    • getUrl

      public String getUrl()
      The URL of the mandate. This URL generally contains sensitive information about the customer and should be shared with them exclusively.
    • setReference

      public void setReference(String reference)
      The unique reference of the mandate.
    • setUrl

      public void setUrl(String url)
      The URL of the mandate. This URL generally contains sensitive information about the customer and should be shared with them exclusively.
    • 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