Pricing Class
- java.
lang. Object - com.
microsoft. store. partnercenter. models. orders. Pricing
- com.
public class Pricing
Represents the pricing details for a line item.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| Pricing() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| java.lang.Double |
getDiscountedPrice()
Gets the discounted price for the order line item. |
| java.lang.Double |
getExtendedPrice()
Gets the extended price for the order line item. |
| java.lang.Double |
getListPrice()
Gets the list price for the order line item. |
| java.lang.Double |
getPrice()
Gets the price for the order line item. |
| java.lang.Double |
getProratedPrice()
Gets the prorated price for the order line item. |
Inherited Members
Constructor Details
Pricing
public Pricing()
Method Details
getDiscountedPrice
public Double getDiscountedPrice()
Gets the discounted price for the order line item.
Returns:
getExtendedPrice
public Double getExtendedPrice()
Gets the extended price for the order line item.
Returns:
getListPrice
public Double getListPrice()
Gets the list price for the order line item.
Returns:
getPrice
public Double getPrice()
Gets the price for the order line item.
Returns:
getProratedPrice
public Double getProratedPrice()
Gets the prorated price for the order line item.
Returns: