Package com.stripe.model.billing
Class CreditGrant.ApplicabilityConfig.Scope
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.billing.CreditGrant.ApplicabilityConfig.Scope
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- CreditGrant.ApplicabilityConfig
For more details about Scope, please refer to the API
Reference.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
For more details about BillableItem, please refer to the API Reference.static class
For more details about Price, 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
int
hashCode()
void
setBillableItems
(List<CreditGrant.ApplicabilityConfig.Scope.BillableItem> billableItems) void
void
setPriceType
(String priceType) Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Scope
public Scope()
-
-
Method Details