Class CustomerChangeEmailActionBuilder

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

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

     CustomerChangeEmailAction customerChangeEmailAction = CustomerChangeEmailAction.builder()
             .email("{email}")
             .build()