Class Product.CurrentPricesPerMetricTon

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.climate.Product.CurrentPricesPerMetricTon
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
Product

public static class Product.CurrentPricesPerMetricTon extends StripeObject
  • Constructor Details

    • CurrentPricesPerMetricTon

      public CurrentPricesPerMetricTon()
  • Method Details

    • getAmountFees

      public Long getAmountFees()
    • getAmountSubtotal

      public Long getAmountSubtotal()
    • getAmountTotal

      public Long getAmountTotal()
    • setAmountFees

      public void setAmountFees(Long amountFees)
    • setAmountSubtotal

      public void setAmountSubtotal(Long amountSubtotal)
    • setAmountTotal

      public void setAmountTotal(Long amountTotal)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object