Typescript SDK Type Docs
    Preparing search index...

    Interface CustomerBillingAddressRemovedMessagePayload

    Generated after a successful Remove Billing Address ID update action.

    interface CustomerBillingAddressRemovedMessagePayload {
        address: Address;
        type: "CustomerBillingAddressRemoved";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    address: Address

    The address that was removed from the Customer billingAddressIds.

    type: "CustomerBillingAddressRemoved"