ResourceIdentifier to a Customer. Either id or key is required.

interface CustomerResourceIdentifier {
    id?: string;
    key?: string;
    typeId: "customer";
}

Properties

Properties

id?: string

Unique identifier of the referenced Customer.

key?: string

User-defined unique identifier of the referenced Customer.

typeId: "customer"

Generated using TypeDoc