@ken-all/kenall
    Preparing search index...

    Interface Corporation

    Corporation オブジェクトは、特別な郵便番号が割り当てられた組織や部署を 表します。

    interface Corporation {
        block_lot: string;
        block_lot_num: string | null;
        code_type: number;
        name: string;
        name_kana: string;
        post_office: string;
        [key: string]: unknown;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: unknown

      A catch-all property

    Index

    Properties

    block_lot: string

    当該部署に 郵便的に 到達可能な住所。 つまり、この住所は必ずしも実際の事業所を指しているわけでは ないということです。

    block_lot_num: string | null

    block_lotをパースして再構築した、字・町名以降の「番地」「丁目・番・号」といった要素を表す文字列を正規化し、ハイフンで繋いだ数字としたもの。 残りの部分については Addresskoaza building floor に出力される。

    例: "3-12-14"

    code_type: number

    0 は実際の事業所を指しているであろうことを、1 は 私書箱であることを示します。

    name: string

    組織名または部署名。

    name_kana: string

    組織名または部署名の読み。

    post_office

    post_office: string

    この部署への郵便物を扱う郵便局の名前。