Class Pricing

java.lang.Object
com.microsoft.store.partnercenter.models.orders.Pricing

public class Pricing
extends Object
Represents the pricing details for a line item.
  • Constructor Details

  • Method Details

    • getDiscountedPrice

      public Double getDiscountedPrice()
      Gets the discounted price for the order line item.
      Returns:
      The discounted price for the order line item.
    • getExtendedPrice

      public Double getExtendedPrice()
      Gets the extended price for the order line item.
      Returns:
      The extended price for the order line item.
    • getListPrice

      public Double getListPrice()
      Gets the list price for the order line item.
      Returns:
      The list price for the order line item.
    • getProratedPrice

      public Double getProratedPrice()
      Gets the prorated price for the order line item.
      Returns:
      The prorated price for the order line item.
    • getPrice

      public Double getPrice()
      Gets the price for the order line item.
      Returns:
      The price for the order line item.