interface PaymentReference {
    id: string;
    obj?: Payment;
    typeId: "payment";
}

Properties

Properties

id: string

Unique identifier of the referenced Payment.

obj?: Payment

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

typeId: "payment"

Generated using TypeDoc