Package com.stripe.model
Class InvoiceLineItem.Pricing.RateCardCustomPricingUnitOverageRateDetails
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.InvoiceLineItem.Pricing.RateCardCustomPricingUnitOverageRateDetails
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- InvoiceLineItem.Pricing
public static class InvoiceLineItem.Pricing.RateCardCustomPricingUnitOverageRateDetails
extends StripeObject
For more details about RateCardCustomPricingUnitOverageRateDetails, 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 booleanbooleanThe ID of the custom pricing unit this item is associated with.The ID of the custom pricing unit overage rate this item is associated with.The ID of the one-time item this custom pricing unit overage rate is associated with.The ID of the rate card this item is associated with.inthashCode()voidsetCustomPricingUnit(String customPricingUnit) The ID of the custom pricing unit this item is associated with.voidsetCustomPricingUnitOverageRate(String customPricingUnitOverageRate) The ID of the custom pricing unit overage rate this item is associated with.voidsetOneTimeItem(String oneTimeItem) The ID of the one-time item this custom pricing unit overage rate is associated with.voidsetRateCard(String rateCard) The ID of the rate card this item is associated with.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
RateCardCustomPricingUnitOverageRateDetails
public RateCardCustomPricingUnitOverageRateDetails()
-
-
Method Details
-
getCustomPricingUnit
The ID of the custom pricing unit this item is associated with. -
getCustomPricingUnitOverageRate
The ID of the custom pricing unit overage rate this item is associated with. -
getOneTimeItem
The ID of the one-time item this custom pricing unit overage rate is associated with. -
getRateCard
The ID of the rate card this item is associated with. -
setCustomPricingUnit
The ID of the custom pricing unit this item is associated with. -
setCustomPricingUnitOverageRate
The ID of the custom pricing unit overage rate this item is associated with. -
setOneTimeItem
The ID of the one-time item this custom pricing unit overage rate is associated with. -
setRateCard
The ID of the rate card this item is associated with. -
equals
-
canEqual
-
hashCode
public int hashCode()
-