interface PaymentMethodReference {
    id: string;
    obj?: PaymentMethod;
    typeId: "payment-method";
}

Hierarchy (View Summary)

Properties

Properties

id: string

Unique identifier of the referenced PaymentMethod.

Contains the representation of the expanded PaymentMethod. Only present in responses to requests with Reference Expansion for PaymentMethods.

typeId: "payment-method"

Type of referenced resource.