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

    • getLicenseFeeDetails

      public InvoiceItem.Pricing.LicenseFeeDetails getLicenseFeeDetails()
    • getPriceDetails

      public InvoiceItem.Pricing.PriceDetails getPriceDetails()
    • getRateCardRateDetails

      public InvoiceItem.Pricing.RateCardRateDetails getRateCardRateDetails()
    • getType

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

      One of license_fee_details, price_details, or rate_card_rate_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.
    • setLicenseFeeDetails

      public void setLicenseFeeDetails(InvoiceItem.Pricing.LicenseFeeDetails licenseFeeDetails)
    • setPriceDetails

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

      public void setRateCardRateDetails(InvoiceItem.Pricing.RateCardRateDetails rateCardRateDetails)
    • setType

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

      One of license_fee_details, price_details, or rate_card_rate_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