Interface PaymentSetMethodInfoCustomFieldAction

All Superinterfaces:
PaymentUpdateAction, ResourceUpdateAction<PaymentUpdateAction>

public interface PaymentSetMethodInfoCustomFieldAction extends PaymentUpdateAction

Adding a Custom Field to a PaymentMethodInfo generates the PaymentMethodInfoCustomFieldAdded Message, removing one generates the PaymentMethodInfoCustomFieldRemoved Message, and updating an existing one generates the PaymentMethodInfoCustomFieldChanged Message.


Example to create an instance using the builder pattern

     PaymentSetMethodInfoCustomFieldAction paymentSetMethodInfoCustomFieldAction = PaymentSetMethodInfoCustomFieldAction.builder()
             .name("{name}")
             .build()