Price information for an item, used to estimate fees.

PriceToEstimateFees

interface PriceToEstimateFees {
    ListingPrice: MoneyType;
    Points?: Points;
    Shipping?: MoneyType;
}

Properties

ListingPrice: MoneyType

PriceToEstimateFees

Points?: Points

PriceToEstimateFees

Shipping?: MoneyType

PriceToEstimateFees