Interface BusinessUnitBillingAddressRemovedMessagePayload

All Superinterfaces:
MessagePayload, MessagePayloadMixin

public interface BusinessUnitBillingAddressRemovedMessagePayload extends MessagePayload

Generated after a successful Remove Billing Address Identifier update action.


Example to create an instance using the builder pattern

     BusinessUnitBillingAddressRemovedMessagePayload businessUnitBillingAddressRemovedMessagePayload = BusinessUnitBillingAddressRemovedMessagePayload.builder()
             .address(addressBuilder -> addressBuilder)
             .build()