Interface BusinessUnitBillingAddressAddedMessagePayload

Generated after a successful Add Billing Address Identifier update action.

interface BusinessUnitBillingAddressAddedMessagePayload {
    address: Address;
    type: "BusinessUnitBillingAddressAdded";
}

Properties

Properties

address: Address

The address that was added to the Business Unit as billing address.

type: "BusinessUnitBillingAddressAdded"

Generated using TypeDoc