Interface CustomerSetVatIdAction

All Superinterfaces:
CustomerUpdateAction, ResourceUpdateAction<CustomerUpdateAction>
All Known Implementing Classes:
CustomerSetVatIdActionImpl

CustomerSetVatIdAction
Example to create an instance using the builder pattern

     CustomerSetVatIdAction customerSetVatIdAction = CustomerSetVatIdAction.builder()
             .build()