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

    Interface PaymentSetMethodInfoCustomTypeAction

    Adding or updating a Custom Type on a PaymentMethodInfo generates the PaymentMethodInfoCustomTypeSet Message, removing one generates the PaymentMethodInfoCustomTypeRemoved Message.

    interface PaymentSetMethodInfoCustomTypeAction {
        action: "setMethodInfoCustomType";
        fields?: FieldContainer;
        type?: TypeResourceIdentifier;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    action: "setMethodInfoCustomType"

    Sets the Custom Fields fields for the paymentMethodInfo.

    Defines the Type that extends the paymentMethodInfo with Custom Fields.