Class PaymentIntent.PaymentMethodOptions.CardPresent

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

public static class PaymentIntent.PaymentMethodOptions.CardPresent extends StripeObject
Specifies the type of mandates supported. Possible values are india.
  • Constructor Details

    • CardPresent

      public CardPresent()
  • Method Details

    • getRequestExtendedAuthorization

      public Boolean getRequestExtendedAuthorization()
      Request ability to capture this payment beyond the standard authorization validity window.
    • getRequestIncrementalAuthorizationSupport

      public Boolean getRequestIncrementalAuthorizationSupport()
      Request ability to increment this PaymentIntent if the combination of MCC and card brand is eligible. Check incremental_authorization_supported in the Confirm response to verify support.
    • setRequestExtendedAuthorization

      public void setRequestExtendedAuthorization(Boolean requestExtendedAuthorization)
      Request ability to capture this payment beyond the standard authorization validity window.
    • setRequestIncrementalAuthorizationSupport

      public void setRequestIncrementalAuthorizationSupport(Boolean requestIncrementalAuthorizationSupport)
      Request ability to increment this PaymentIntent if the combination of MCC and card brand is eligible. Check incremental_authorization_supported in the Confirm response to verify support.
    • 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