Class CustomerSetVatIdActionBuilder

java.lang.Object
com.commercetools.api.models.customer.CustomerSetVatIdActionBuilder
All Implemented Interfaces:
Builder<CustomerSetVatIdAction>

public class CustomerSetVatIdActionBuilder extends Object implements Builder<CustomerSetVatIdAction>
CustomerSetVatIdActionBuilder
Example to create an instance using the builder pattern

     CustomerSetVatIdAction customerSetVatIdAction = CustomerSetVatIdAction.builder()
             .build()
 
  • Constructor Details

    • CustomerSetVatIdActionBuilder

      public CustomerSetVatIdActionBuilder()
  • Method Details