Interface BusinessUnitBillingAddressAddedMessagePayload

All Superinterfaces:
MessagePayload, MessagePayloadMixin

public interface BusinessUnitBillingAddressAddedMessagePayload extends MessagePayload

Generated after a successful Add Billing Address Identifier update action.


Example to create an instance using the builder pattern

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