interface PaymentItem {
    amount: PaymentCurrencyAmount;
    label: string;
    pending?: boolean;
}
Index

Properties

Properties

label: string
pending?: boolean