Typescript SDK Type Docs
    Preparing search index...

    Interface PaymentKeyReference

    Used by the Import API to identify a Payment.

    interface PaymentKeyReference {
        key: string;
        typeId: "payment";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    key: string

    User-defined unique identifier of the referenced Payment.

    typeId: "payment"

    Type of referenced resource.