Interface OrderBillingAddressSetMessagePayload

Generated after a successful Set Billing Address update action.

interface OrderBillingAddressSetMessagePayload {
    address?: Address;
    oldAddress?: Address;
    type: "OrderBillingAddressSet";
}

Properties

address?: Address

Billing address on the Order after the Set Billing Address update action.

oldAddress?: Address

Billing address on the Order before the Set Billing Address update action.

type: "OrderBillingAddressSet"

Generated using TypeDoc