Class PaymentIntent.NextActionCardAwaitNotification

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

public static class PaymentIntent.NextActionCardAwaitNotification extends StripeObject
  • Constructor Details

    • NextActionCardAwaitNotification

      public NextActionCardAwaitNotification()
  • Method Details

    • getChargeAttemptAt

      public Long getChargeAttemptAt()
      The time that payment will be attempted. If customer approval is required, they need to provide approval before this time.
    • getCustomerApprovalRequired

      public Boolean getCustomerApprovalRequired()
      For payments greater than INR 15000, the customer must provide explicit approval of the payment with their bank. For payments of lower amount, no customer action is required.
    • setChargeAttemptAt

      public void setChargeAttemptAt(Long chargeAttemptAt)
      The time that payment will be attempted. If customer approval is required, they need to provide approval before this time.
    • setCustomerApprovalRequired

      public void setCustomerApprovalRequired(Boolean customerApprovalRequired)
      For payments greater than INR 15000, the customer must provide explicit approval of the payment with their bank. For payments of lower amount, no customer action is required.
    • 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