Package com.stripe.model.giftcards
Class Card.CreatedBy
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.giftcards.Card.CreatedBy
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Card
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
static class
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
getOrder()
getType()
The type of event that created this object.int
hashCode()
void
setCheckout
(Card.CreatedBy.Checkout checkout) void
setOrder
(Card.CreatedBy.Order order) void
setPayment
(Card.CreatedBy.Payment payment) void
The type of event that created this object.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
CreatedBy
public CreatedBy()
-
-
Method Details
-
getCheckout
-
getOrder
-
getPayment
-
getType
The type of event that created this object.One of
checkout
,order
, orpayment
. -
setCheckout
-
setOrder
-
setPayment
-
setType
The type of event that created this object.One of
checkout
,order
, orpayment
. -
equals
-
canEqual
-
hashCode
public int hashCode()
-