Package com.stripe.model.giftcards
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
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
The Stripe CheckoutSession that created this object.The Stripe CheckoutSession LineItem that created this object.int
hashCode()
void
setCheckoutSession
(String checkoutSession) The Stripe CheckoutSession that created this object.void
setLineItem
(String lineItem) The Stripe CheckoutSession LineItem that created this object.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Checkout
public Checkout()
-
-
Method Details
-
getCheckoutSession
The Stripe CheckoutSession that created this object. -
getLineItem
The Stripe CheckoutSession LineItem that created this object. -
setCheckoutSession
The Stripe CheckoutSession that created this object. -
setLineItem
The Stripe CheckoutSession LineItem that created this object. -
equals
-
canEqual
-
hashCode
public int hashCode()
-