Class CustomerSetVatIdActionBuilder

java.lang.Object
com.commercetools.api.models.customer.CustomerSetVatIdActionBuilder
All Implemented Interfaces:
io.vrap.rmf.base.client.Builder<CustomerSetVatIdAction>

public class CustomerSetVatIdActionBuilder extends Object implements io.vrap.rmf.base.client.Builder<CustomerSetVatIdAction>
CustomerSetVatIdActionBuilder
Example to create an instance using the builder pattern

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