Interface MyPaymentSetMethodInfoCustomTypeAction

All Superinterfaces:
MyPaymentUpdateAction, ResourceUpdateAction<MyPaymentUpdateAction>

public interface MyPaymentSetMethodInfoCustomTypeAction extends MyPaymentUpdateAction

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


Example to create an instance using the builder pattern

     MyPaymentSetMethodInfoCustomTypeAction myPaymentSetMethodInfoCustomTypeAction = MyPaymentSetMethodInfoCustomTypeAction.builder()
             .build()