Class SourceMandateNotification.BacsDebit

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

public static class SourceMandateNotification.BacsDebit extends StripeObject
  • Constructor Details

    • BacsDebit

      public BacsDebit()
  • Method Details

    • getLast4

      public String getLast4()
      Last 4 digits of the account number associated with the debit.
    • setLast4

      public void setLast4(String last4)
      Last 4 digits of the account number associated with the debit.
    • 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