Typescript SDK Type Docs
    Preparing search index...

    Interface PaymentLabel

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

    Hierarchy (View Summary)

    Index

    Properties

    amountPlanned: _Money

    Money value the Payment intends to receive from the Customer.

    key: string

    User-defined unique identifier of the Payment.

    type: "PaymentLabel"