interface PaymentLabel {
    amountPlanned: Money;
    key: string;
    type: "PaymentLabel";
}

Properties

amountPlanned: Money

Money value the Payment intends to receive from the Customer.

key: string

User-defined unique identifier of the Payment.

type: "PaymentLabel"