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 Summary
Constructors Constructor Description Pricing() -
Method Summary
Modifier and Type Method Description DoublegetDiscountedPrice()Gets the discounted price for the order line item.DoublegetExtendedPrice()Gets the extended price for the order line item.DoublegetListPrice()Gets the list price for the order line item.DoublegetPrice()Gets the price for the order line item.DoublegetProratedPrice()Gets the prorated price for the order line item.
-
Constructor Details
-
Pricing
public Pricing()
-
-
Method Details
-
getDiscountedPrice
Gets the discounted price for the order line item.- Returns:
- The discounted price for the order line item.
-
getExtendedPrice
Gets the extended price for the order line item.- Returns:
- The extended price for the order line item.
-
getListPrice
Gets the list price for the order line item.- Returns:
- The list price for the order line item.
-
getProratedPrice
Gets the prorated price for the order line item.- Returns:
- The prorated price for the order line item.
-
getPrice
Gets the price for the order line item.- Returns:
- The price for the order line item.
-