Interface BusinessUnitBillingAddressRemovedMessagePayload

All Superinterfaces:
MessagePayload
All Known Implementing Classes:
BusinessUnitBillingAddressRemovedMessagePayloadImpl

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()