Class InvoiceItem.Pricing

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.InvoiceItem.Pricing
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
InvoiceItem

public static class InvoiceItem.Pricing extends StripeObject
For more details about Pricing, please refer to the API Reference.
  • Constructor Details

    • Pricing

      public Pricing()
  • Method Details

    • getPriceDetails

      public InvoiceItem.Pricing.PriceDetails getPriceDetails()
    • getType

      public String getType()
      The type of the pricing details.

      Equal to price_details.

    • getUnitAmountDecimal

      public BigDecimal getUnitAmountDecimal()
      The unit amount (in the currency specified) of the item which contains a decimal value with at most 12 decimal places.
    • setPriceDetails

      public void setPriceDetails(InvoiceItem.Pricing.PriceDetails priceDetails)
    • setType

      public void setType(String type)
      The type of the pricing details.

      Equal to price_details.

    • setUnitAmountDecimal

      public void setUnitAmountDecimal(BigDecimal unitAmountDecimal)
      The unit amount (in the currency specified) of the item which contains a decimal value with at most 12 decimal places.
    • 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