public class DynamicSkuPrices
extends java.lang.Object
implements java.io.Serializable
DynamicSkuPricingServiceDynamicSkuPricingService},
Serialized Form| Modifier and Type | Field and Description |
|---|---|
protected Money |
priceAdjustment |
protected Money |
retailPrice |
protected Money |
salePrice |
| Constructor and Description |
|---|
DynamicSkuPrices() |
| Modifier and Type | Method and Description |
|---|---|
Money |
getPriceAdjustment() |
Money |
getRetailPrice() |
Money |
getSalePrice() |
void |
setPriceAdjustment(Money priceAdjustment) |
void |
setRetailPrice(Money retailPrice) |
void |
setSalePrice(Money salePrice) |
protected Money retailPrice
protected Money salePrice
protected Money priceAdjustment
public Money getRetailPrice()
public void setRetailPrice(Money retailPrice)
public Money getSalePrice()
public void setSalePrice(Money salePrice)
public Money getPriceAdjustment()
public void setPriceAdjustment(Money priceAdjustment)
Copyright © 2018. All Rights Reserved.