@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
    action: "setMethodInfoCustomType"

    Object containing the Custom Fields fields for the paymentMethodInfo.

    Required if at least one Custom Field is defined as required in the `fieldDefinitions` of the referenced [Type](ctp:api:type:Type).
    

    Defines the Type that extends the paymentMethodInfo with Custom Fields.