Class ConfirmationToken.PaymentMethodOptions.Card

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

public static class ConfirmationToken.PaymentMethodOptions.Card extends StripeObject
This hash contains the card payment method options.
  • Constructor Details

    • Card

      public Card()
  • Method Details

    • getCvcToken

      public String getCvcToken()
    • setCvcToken

      public void setCvcToken(String cvcToken)
    • 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