Pricing Class

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

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

java.lang.Object.clone() java.lang.Object.equals(java.lang.Object) java.lang.Object.finalize() java.lang.Object.getClass() java.lang.Object.hashCode() java.lang.Object.notify() java.lang.Object.notifyAll() java.lang.Object.toString() java.lang.Object.wait() java.lang.Object.wait(long) java.lang.Object.wait(long,int)

Constructor Details

Pricing

public Pricing()

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.

getPrice

public Double getPrice()

Gets the price for the order line item.

Returns:

The 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.

Applies to