interface ExtendedPaymentDetailsInit
extends PaymentDetailsInit
EXTENSION: Payment details that use our extended item type.
This correctly extends the global PaymentDetailsInit type.
readonly
total: ExtendedPaymentItem
The total amount for the payment, using our extended item type.
readonly
optional
displayItems: readonly ExtendedPaymentItem[]
Individual line items, using our extended item type.