Class PaymentIntent.Processing.Card.CustomerNotification

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.PaymentIntent.Processing.Card.CustomerNotification
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
PaymentIntent.Processing.Card

public static class PaymentIntent.Processing.Card.CustomerNotification extends StripeObject
  • Constructor Details

    • CustomerNotification

      public CustomerNotification()
  • Method Details

    • getApprovalRequested

      public Boolean getApprovalRequested()
    • getCompletesAt

      public Long getCompletesAt()
    • setApprovalRequested

      public void setApprovalRequested(Boolean approvalRequested)
    • setCompletesAt

      public void setCompletesAt(Long completesAt)
    • 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