Interface PaymentSetStatusInterfaceTextAction

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

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

     PaymentSetStatusInterfaceTextAction paymentSetStatusInterfaceTextAction = PaymentSetStatusInterfaceTextAction.builder()
             .interfaceText("{interfaceText}")
             .build()