References a payment by key.

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

Properties

Properties

key: string
typeId: "payment"