Class PaymentIntentAmountDetailsLineItem.PaymentMethodOptions.Card

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

public static class PaymentIntentAmountDetailsLineItem.PaymentMethodOptions.Card extends StripeObject
For more details about Card, please refer to the API Reference.
  • Constructor Details

    • Card

      public Card()
  • Method Details

    • getCommodityCode

      public String getCommodityCode()
    • setCommodityCode

      public void setCommodityCode(String commodityCode)
    • 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