Package com.stripe.model
Class InvoiceLineItem.Parent.RateCardSubscriptionDetails
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.InvoiceLineItem.Parent.RateCardSubscriptionDetails
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- InvoiceLineItem.Parent
For more details about RateCardSubscriptionDetails, 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
The invoice item that generated this line item.The pricing plan subscription that manages the rate card subscription.The pricing plan version at the time this line item was generated.The rate card subscription that generated this line item.The rate card version at the time this line item was generated.int
hashCode()
void
setInvoiceItem
(String invoiceItem) The invoice item that generated this line item.void
setPricingPlanSubscription
(String pricingPlanSubscription) The pricing plan subscription that manages the rate card subscription.void
setPricingPlanVersion
(String pricingPlanVersion) The pricing plan version at the time this line item was generated.void
setRateCardSubscription
(String rateCardSubscription) The rate card subscription that generated this line item.void
setRateCardVersion
(String rateCardVersion) The rate card version at the time this line item was generated.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
RateCardSubscriptionDetails
public RateCardSubscriptionDetails()
-
-
Method Details
-
getInvoiceItem
The invoice item that generated this line item. -
getPricingPlanSubscription
The pricing plan subscription that manages the rate card subscription. -
getPricingPlanVersion
The pricing plan version at the time this line item was generated. -
getRateCardSubscription
The rate card subscription that generated this line item. -
getRateCardVersion
The rate card version at the time this line item was generated. -
setInvoiceItem
The invoice item that generated this line item. -
setPricingPlanSubscription
The pricing plan subscription that manages the rate card subscription. -
setPricingPlanVersion
The pricing plan version at the time this line item was generated. -
setRateCardSubscription
The rate card subscription that generated this line item. -
setRateCardVersion
The rate card version at the time this line item was generated. -
equals
-
canEqual
-
hashCode
public int hashCode()
-