Class RateCardRate.CustomPricingUnitAmount

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.billing.RateCardRate.CustomPricingUnitAmount
All Implemented Interfaces:
HasId, StripeObjectInterface
Enclosing class:
RateCardRate

public static class RateCardRate.CustomPricingUnitAmount extends StripeObject implements HasId
For more details about CustomPricingUnitAmount, please refer to the API Reference.
  • Constructor Details

    • CustomPricingUnitAmount

      public CustomPricingUnitAmount()
  • Method Details

    • getValue

      public String getValue()
      The unit value for the custom pricing unit, as a string.
    • setId

      public void setId(String id)
      The id of the custom pricing unit.
    • setValue

      public void setValue(String value)
      The unit value for the custom pricing unit, as a string.
    • 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
    • getId

      public String getId()
      The id of the custom pricing unit.
      Specified by:
      getId in interface HasId