The number of Amazon Points that are offered with the purchase of an item and the monetary value of these points.

Points

interface Points {
    pointsMonetaryValue?: MoneyType;
    pointsNumber?: number;
}

Properties

pointsMonetaryValue?: MoneyType

Points

pointsNumber?: number

The number of Amazon Points.

Points