Price information for an item, used to estimate fees.

Export

PriceToEstimateFees

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

Properties

ListingPrice: MoneyType

Memberof

PriceToEstimateFees

Points?: Points

Memberof

PriceToEstimateFees

Shipping?: MoneyType

Memberof

PriceToEstimateFees