Summary item in a payment request—for example, total, tax, discount, or grand total.

interface PaymentSummaryItem {
    amount: string;
    label: string;
    type?: SummaryItemType;
}

Hierarchy (view full)

Properties

Properties

amount: string

Summary item’s amount.

The amount’s currency is specified at the payment level by setting a value for the currencyCode property on the request.

label: string

Short, localized description of the item.

Type that indicates whether the amount is final.