Class CustomerSetLastNameActionBuilder

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

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

     CustomerSetLastNameAction customerSetLastNameAction = CustomerSetLastNameAction.builder()
             .build()