@tremendous/help
    Preparing search index...

    Interface AddressRetrieveResponse

    interface AddressRetrieveResponse {
        address_1?: string;
        address_2?: string;
        city?: string;
        postal_code?: string;
        state_province?: string;
        vendor_token?: string;
    }
    Index
    address_1?: string
    address_2?: string
    city?: string
    postal_code?: string
    state_province?: string
    vendor_token?: string