Interface MyPaymentSetMethodInfoInterfaceAction

All Superinterfaces:
MyPaymentUpdateAction, ResourceUpdateAction<MyPaymentUpdateAction>
All Known Implementing Classes:
MyPaymentSetMethodInfoInterfaceActionImpl

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

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