ReadonlyapibaseReadonlyapikeyThe key string that you want to call the API with. The key is shown in the dashboard you will be navigated to right after signing in to the service.
ReadonlytimeoutInvokes "checkBusinessDay" API (endpoint: /businessdays/check).
This API is not versioned.
The date to check, in the form of "YYYY-MM-DD".
Invokes "getAddress" API (endpoint: /postalcode/{postalcode}).
The postal code to query with.
Optionalversion: string
The version of the database that the query has to be performed against. Will default to the latest available version if not specified.
OptionalapiVersion: T
The API version. The return type is determined based on this argument, and thus it cannot be a variable.
Invokes "getBank" API (endpoint: /bank/{bankCode}).
The bank code to query with.
OptionalapiVersion: T
The API version. The return type is determined based on this argument, and thus it cannot be a variable.
Invokes "getBankBranch" API (endpoint: /bank/{bankCode}/branches/{branchCode}).
The bank code to query with.
The branch code to query with.
OptionalapiVersion: T
The API version. The return type is determined based on this argument, and thus it cannot be a variable.
Invokes "getBankBranch" API (endpoint: /bank/{bankCode}/branches).
The bank code to query with.
OptionalapiVersion: T
The API version. The return type is determined based on this argument, and thus it cannot be a variable.
Invokes "getBanks" API (endpoint: /bank).
OptionalapiVersion: T
The API version. The return type is determined based on this argument, and thus it cannot be a variable.
Invokes "getCities" API (endpoint: /cities/{prefectureCode}).
The prefecture code to query with.
Optionalversion: string
The version of the database that the query has to be performed against. Will default to the latest available version if not specified.
OptionalapiVersion: T
The API version. The return type is determined based on this argument, and thus it cannot be a variable.
Invokes "getHolidays" API (endpoint: /holidays).
This API is not versioned.
The query. When year is given, from and to are
ignored and the whole year is returned.
Invokes "getNTACorporateInfo" API (endpoint: /houjinbangou/{corporateNumber}).
The corporate number to query with.
OptionalapiVersion: T
The API version. The return type is determined based on this argument, and thus it cannot be a variable.
Invokes "getNTAQualifiedInvoiceIssuerInfo" API (endpoint: /invoice/{issuerNumber}).
The qualified invoice issuer number to query with.
OptionalapiVersion: T
The API version. The return type is determined based on this argument, and thus it cannot be a variable.
Invokes "getSchool" API (endpoint: /school/{schoolCode}).
This API is not versioned.
The 13 digit school code to query with.
ProtectedrequestOptionalapiVersion: stringInvokes "searchAddresses" API (endpoint: /postalcode/?...).
The query.
OptionalapiVersion: T
The API version. The return type is determined based on this argument, and thus it cannot be a variable.
Invokes "searchNTACorporateInfo" API (endpoint: /houjinbangou?...).
The query.
OptionalapiVersion: T
The API version. The return type is determined based on this argument, and thus it cannot be a variable.
Invokes "searchSchool" API (endpoint: /school/?...).
This API is not versioned.
The query.
Invokes "whoami" API (endpoint: /whoami).
This API is not versioned.
A WhoamiResponse that contains the IP address the request was made from.
The constructor.