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

    Interface PaymentMethodReference

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

    Hierarchy (View Summary)

    Index

    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.