Package com.stripe.model.climate
Class Product.CurrentPricesPerMetricTon
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.climate.Product.CurrentPricesPerMetricTon
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Product
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
int
hashCode()
void
setAmountFees
(Long amountFees) void
setAmountSubtotal
(Long amountSubtotal) void
setAmountTotal
(Long amountTotal) Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
CurrentPricesPerMetricTon
public CurrentPricesPerMetricTon()
-
-
Method Details