Type Alias RetailCosts_2

RetailCosts_2: {
    currency?: string;
    discount?: string;
    shipping?: string;
    tax?: string;
}

Retail costs

Type declaration

  • Optionalcurrency?: string

    The code of the currency in which the retail costs are returned.

  • Optionaldiscount?: string

    Discount sum.

  • Optionalshipping?: string

    Shipping costs.

  • Optionaltax?: string

    Sum of taxes (not included in the item price).