Interface PaymentSetMethodInfoInterfaceAction

All Superinterfaces:
PaymentUpdateAction, ResourceUpdateAction<PaymentUpdateAction>
All Known Implementing Classes:
PaymentSetMethodInfoInterfaceActionImpl

PaymentSetMethodInfoInterfaceAction
Example to create an instance using the builder pattern

     PaymentSetMethodInfoInterfaceAction paymentSetMethodInfoInterfaceAction = PaymentSetMethodInfoInterfaceAction.builder()
             .interface("{interface}")
             .build()