Package com.stripe.model.v2.billing
Class PricingPlanComponent.RateCard
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.billing.PricingPlanComponent.RateCard
- All Implemented Interfaces:
HasId
,StripeObjectInterface
- Enclosing class:
- PricingPlanComponent
For more details about RateCard, 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
getId()
The ID of the Rate Card.The version of the RateCard.int
hashCode()
void
The ID of the Rate Card.void
setVersion
(String version) The version of the RateCard.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
RateCard
public RateCard()
-
-
Method Details
-
getVersion
The version of the RateCard. Defaults to 'latest', if not specified. -
setId
The ID of the Rate Card. -
setVersion
The version of the RateCard. Defaults to 'latest', if not specified. -
equals
-
canEqual
-
hashCode
public int hashCode() -
getId
The ID of the Rate Card.
-