Class BusinessUnitBillingAddressAddedMessagePayloadBuilder

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

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

     BusinessUnitBillingAddressAddedMessagePayload businessUnitBillingAddressAddedMessagePayload = BusinessUnitBillingAddressAddedMessagePayload.builder()
             .address(addressBuilder -> addressBuilder)
             .build()