Interface MyPaymentSetMethodInfoInterfaceAction

All Superinterfaces:
MyPaymentUpdateAction, ResourceUpdateAction<MyPaymentUpdateAction>

public interface MyPaymentSetMethodInfoInterfaceAction extends MyPaymentUpdateAction
MyPaymentSetMethodInfoInterfaceAction
Example to create an instance using the builder pattern

     MyPaymentSetMethodInfoInterfaceAction myPaymentSetMethodInfoInterfaceAction = MyPaymentSetMethodInfoInterfaceAction.builder()
             .interface("{interface}")
             .build()