References a payment by key.

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

Hierarchy (View Summary)

Properties

Properties

key: string
typeId: "payment"

The type of the referenced resource.