Class MyCustomerSetVatIdActionBuilder

java.lang.Object
com.commercetools.api.models.me.MyCustomerSetVatIdActionBuilder
All Implemented Interfaces:
io.vrap.rmf.base.client.Builder<MyCustomerSetVatIdAction>

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

     MyCustomerSetVatIdAction myCustomerSetVatIdAction = MyCustomerSetVatIdAction.builder()
             .build()