@gradientedge/commercetools-utils
    Preparing search index...

    Interface PaymentReference

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

    Hierarchy (View Summary)

    Index

    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"

    Type of referenced resource.