Typescript SDK Type Docs
    Preparing search index...

    Interface CustomerBillingAddressAddedMessagePayload

    Generated after a successful Add Billing Address ID update action.

    interface CustomerBillingAddressAddedMessagePayload {
        address: Address;
        type: "CustomerBillingAddressAdded";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    address: Address

    The address that was added to the Customer billingAddressIds.

    type: "CustomerBillingAddressAdded"