Class CustomerDefaultBillingAddressSetMessagePayloadBuilder

java.lang.Object
com.commercetools.api.models.message.CustomerDefaultBillingAddressSetMessagePayloadBuilder
All Implemented Interfaces:
Builder<CustomerDefaultBillingAddressSetMessagePayload>

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

     CustomerDefaultBillingAddressSetMessagePayload customerDefaultBillingAddressSetMessagePayload = CustomerDefaultBillingAddressSetMessagePayload.builder()
             .build()