Interface PaymentSetMethodInfoInterfaceAction

All Superinterfaces:
PaymentUpdateAction, ResourceUpdateAction<PaymentUpdateAction>

public interface PaymentSetMethodInfoInterfaceAction extends PaymentUpdateAction
PaymentSetMethodInfoInterfaceAction
Example to create an instance using the builder pattern

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