Class Invoice.PaymentMethodOptions.Card

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

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

    • Card

      public Card()
  • Method Details

    • getInstallments

    • 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. 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, or automatic.

    • setInstallments

      public void setInstallments(Invoice.PaymentMethodOptions.Card.Installments installments)
    • 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. 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, or automatic.

    • 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