Interface PaymentSetInterfaceIdAction

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

PaymentSetInterfaceIdAction
Example to create an instance using the builder pattern

     PaymentSetInterfaceIdAction paymentSetInterfaceIdAction = PaymentSetInterfaceIdAction.builder()
             .interfaceId("{interfaceId}")
             .build()