Class Card.CreatedBy.Checkout

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.giftcards.Card.CreatedBy.Checkout
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
Card.CreatedBy

public static class Card.CreatedBy.Checkout extends StripeObject
  • Constructor Details

    • Checkout

      public Checkout()
  • Method Details

    • getCheckoutSession

      public String getCheckoutSession()
    • getLineItem

      public String getLineItem()
    • setCheckoutSession

      public void setCheckoutSession(String checkoutSession)
    • setLineItem

      public void setLineItem(String lineItem)
    • 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