Package com.stripe.model
Class Product.Provisioning
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Product.Provisioning
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Product
For more details about Provisioning, please refer to the API Reference.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
For more details about GiftCard, please refer to the API Reference. -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
getType()
The type of provisioning, onlygift_card
currently supported.int
hashCode()
void
setGiftCard
(Product.Provisioning.GiftCard giftCard) void
The type of provisioning, onlygift_card
currently supported.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Provisioning
public Provisioning()
-
-
Method Details
-
getGiftCard
-
getType
The type of provisioning, onlygift_card
currently supported.Equal to
gift_card
. -
setGiftCard
-
setType
The type of provisioning, onlygift_card
currently supported.Equal to
gift_card
. -
equals
-
canEqual
-
hashCode
public int hashCode()
-