Interface BusinessUnitBillingAddressRemovedMessagePayload

Generated after a successful Remove Billing Address Identifier update action.

interface BusinessUnitBillingAddressRemovedMessagePayload {
    address: Address;
    type: "BusinessUnitBillingAddressRemoved";
}

Properties

Properties

address: Address

The address that was removed from the billing addresses of the Business Unit.

type: "BusinessUnitBillingAddressRemoved"

Generated using TypeDoc