"getAddress" API (エンドポイント: /postalcode/{postalcode}
) を呼び出します。
The postal code to query with.
問い合わせ対象の郵便番号。
The version of the database that the query has to be performed against. Will default to the latest available version if not specified.
問い合わせが実行される対象となるデータベースのバージョン。指定がない場合は最新のものに対する問い合わせとなります。
The API version. The return type is determined based on this argument, and thus it cannot be a variable.
APIバージョン。戻り値の方はこの引数によって決定されるため、この引数は変数であってはなりません。
"getCities" API (エンドポイント: /cities/{prefectureCode}
) を呼び出します。
The prefecture code to query with.
問い合わせ対象の都道府県コード。
The version of the database that the query has to be performed against. Will default to the latest available version if not specified.
問い合わせが実行される対象となるデータベースのバージョン。指定がない場合は最新のものに対する問い合わせとなります。
The API version. The return type is determined based on this argument, and thus it cannot be a variable.
APIバージョン。戻り値の方はこの引数によって決定されるため、この引数は変数であってはなりません。
"getNTACorporateInfo" API (エンドポイント: /houjinbangou/{corporateNumber}
) を呼び出します。
The corporate number to query with.
問い合わせ対象の法人番号。
The API version. The return type is determined based on this argument, and thus it cannot be a variable.
APIバージョン。戻り値の方はこの引数によって決定されるため、この引数は変数であってはなりません。
"getNTAQualifiedInvoiceIssuerInfo" API (エンドポイント: /invoice/{issuerNumber}
) を呼び出します。
The qualified invoice issuer number to query with.
問い合わせ対象の適格請求書発行事業者登録番号。
The API version. The return type is determined based on this argument, and thus it cannot be a variable.
APIバージョン。戻り値の方はこの引数によって決定されるため、この引数は変数であってはなりません。
{@link NTAQualifiedInvoiceIssuerResolverResponse}.
"searchAddresses" API (エンドポイント: /postalcode/?...
) を呼び出します。
The query.
問い合わせ内容。
The API version. The return type is determined based on this argument, and thus it cannot be a variable.
APIバージョン。戻り値の方はこの引数によって決定されるため、この引数は変数であってはなりません。
"searchNTACorporateInfo" API (エンドポイント: /houjinbangou?...
) を呼び出します。
The query.
問い合わせ内容。
The API version. The return type is determined based on this argument, and thus it cannot be a variable.
APIバージョン。戻り値の方はこの引数によって決定されるため、この引数は変数であってはなりません。
Generated using TypeDoc
The constructor.