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
Details if this component is a Rate Card.
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleangetId()The ID of the Rate Card.The version of the RateCard.inthashCode()voidThe ID of the Rate Card.voidsetVersion(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.
-