Interface PaymentSetCustomerAction

All Superinterfaces:
PaymentUpdateAction, ResourceUpdateAction<PaymentUpdateAction>

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

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