Class Mandate.CustomerAcceptance

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

public static class Mandate.CustomerAcceptance extends StripeObject
  • Constructor Details

    • CustomerAcceptance

      public CustomerAcceptance()
  • Method Details

    • getAcceptedAt

      public Long getAcceptedAt()
      The time that the customer accepts the mandate.
    • getOffline

    • getOnline

    • getType

      public String getType()
      The mandate includes the type of customer acceptance information, such as: online or offline.

      One of offline, or online.

    • setAcceptedAt

      public void setAcceptedAt(Long acceptedAt)
      The time that the customer accepts the mandate.
    • setOffline

      public void setOffline(Mandate.CustomerAcceptance.Offline offline)
    • setOnline

      public void setOnline(Mandate.CustomerAcceptance.Online online)
    • setType

      public void setType(String type)
      The mandate includes the type of customer acceptance information, such as: online or offline.

      One of offline, or online.

    • 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