Definition
Payment Request API defines PaymentItem
dictionary PaymentItem {
required DOMString label;
required PaymentCurrencyAmount amount;
boolean pending = false;
};
PaymentItem
dictionaryPayment Request API defines PaymentItem
dictionary PaymentItem {
required DOMString label;
required PaymentCurrencyAmount amount;
boolean pending = false;
};