Interface PaymentSetCustomerAction

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

PaymentSetCustomerAction
Example to create an instance using the builder pattern

     PaymentSetCustomerAction paymentSetCustomerAction = PaymentSetCustomerAction.builder()
             .build()