Interface CustomerSetCustomerNumberAction

All Superinterfaces:
CustomerUpdateAction, ResourceUpdateAction<CustomerUpdateAction>

public interface CustomerSetCustomerNumberAction extends CustomerUpdateAction

Sets a new ID that can be used to refer to a Customer in a human-reabable way (for use in emails, invoices, etc).


Example to create an instance using the builder pattern

     CustomerSetCustomerNumberAction customerSetCustomerNumberAction = CustomerSetCustomerNumberAction.builder()
             .build()