Interface MyPaymentSetMethodInfoCustomTypeAction

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

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

Hierarchy (View Summary)

Properties

Properties

action: "setMethodInfoCustomType"

Sets the Custom Fields fields for the paymentMethodInfo.

Defines the Type that extends the paymentMethodInfo with Custom Fields.