Class SetupIntent.PaymentMethodOptions.Card

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

public static class SetupIntent.PaymentMethodOptions.Card extends StripeObject
  • Constructor Details

    • Card

      public Card()
  • Method Details

    • getMandateOptions

      Configuration options for setting up an eMandate for cards issued in India.
    • getNetwork

      public String getNetwork()
      Selected network to process this SetupIntent on. Depends on the available networks of the card attached to the setup intent. Can be only set confirm-time.
    • getRequestThreeDSecure

      public String getRequestThreeDSecure()
      We strongly recommend that you rely on our SCA Engine to automatically prompt your customers for authentication based on risk level and other requirements. However, if you wish to request 3D Secure based on logic from your own fraud engine, provide this option. If not provided, this value defaults to automatic. Read our guide on manually requesting 3D Secure for more information on how this configuration interacts with Radar and our SCA Engine.

      One of any, automatic, or challenge.

    • setMandateOptions

      public void setMandateOptions(SetupIntent.PaymentMethodOptions.Card.MandateOptions mandateOptions)
      Configuration options for setting up an eMandate for cards issued in India.
    • setNetwork

      public void setNetwork(String network)
      Selected network to process this SetupIntent on. Depends on the available networks of the card attached to the setup intent. Can be only set confirm-time.
    • setRequestThreeDSecure

      public void setRequestThreeDSecure(String requestThreeDSecure)
      We strongly recommend that you rely on our SCA Engine to automatically prompt your customers for authentication based on risk level and other requirements. However, if you wish to request 3D Secure based on logic from your own fraud engine, provide this option. If not provided, this value defaults to automatic. Read our guide on manually requesting 3D Secure for more information on how this configuration interacts with Radar and our SCA Engine.

      One of any, automatic, or challenge.

    • 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