Class PaymentLink.PaymentIntentData

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.PaymentLink.PaymentIntentData
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
PaymentLink

public static class PaymentLink.PaymentIntentData extends StripeObject
How line-item prices and amounts will be displayed with respect to tax on invoice PDFs.
  • Constructor Details

    • PaymentIntentData

      public PaymentIntentData()
  • Method Details

    • getCaptureMethod

      public String getCaptureMethod()
      Indicates when the funds will be captured from the customer's account.

      One of automatic, automatic_async, or manual.

    • getSetupFutureUsage

      public String getSetupFutureUsage()
      Indicates that you intend to make future payments with the payment method collected during checkout.

      One of off_session, or on_session.

    • setCaptureMethod

      public void setCaptureMethod(String captureMethod)
      Indicates when the funds will be captured from the customer's account.

      One of automatic, automatic_async, or manual.

    • setSetupFutureUsage

      public void setSetupFutureUsage(String setupFutureUsage)
      Indicates that you intend to make future payments with the payment method collected during checkout.

      One of off_session, or on_session.

    • 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