Interface BusinessUnitDefaultBillingAddressSetMessagePayload

Generated after a successful Set Default Billing Address update action.

interface BusinessUnitDefaultBillingAddressSetMessagePayload {
    address?: Address;
    type: "BusinessUnitDefaultBillingAddressSet";
}

Properties

Properties

address?: Address

The address that was set as the default billing address.

type: "BusinessUnitDefaultBillingAddressSet"

Generated using TypeDoc