@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

    Properties

    address_1: string
    address_2: string
    city: string
    postal_code: string
    state_province: string
    vendor_token: string