Typescript SDK Type Docs
    Preparing search index...

    Interface CustomerDefaultBillingAddressSetMessagePayload

    Generated after a successful Set Default Billing Address update action.

    interface CustomerDefaultBillingAddressSetMessagePayload {
        address?: Address;
        type: "CustomerDefaultBillingAddressSet";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    address?: Address

    The address that was set as the default billing address.

    type: "CustomerDefaultBillingAddressSet"