interface ExtendedPaymentDetailsInit

EXTENSION: Payment details that use our extended item type. This correctly extends the global PaymentDetailsInit type.

Properties

The total amount for the payment, using our extended item type.

readonly
optional
displayItems: readonly ExtendedPaymentItem[]

Individual line items, using our extended item type.

Usage

import { type ExtendedPaymentDetailsInit } from ".";