Class BusinessUnitBillingAddressAddedMessagePayloadBuilder

java.lang.Object
com.commercetools.api.models.message.BusinessUnitBillingAddressAddedMessagePayloadBuilder
All Implemented Interfaces:
io.vrap.rmf.base.client.Builder<BusinessUnitBillingAddressAddedMessagePayload>

BusinessUnitBillingAddressAddedMessagePayloadBuilder
Example to create an instance using the builder pattern

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