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 "getAddress" API (endpoint: /postalcode/{postalcode}).
The postal code to query with.
Optionalversion: stringThe version of the database that the query has to be performed against. Will default to the latest available version if not specified.
OptionalapiVersion: TThe 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: TThe 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: TThe 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: TThe API version. The return type is determined based on this argument, and thus it cannot be a variable.
Invokes "getBanks" API (endpoint: /bank).
OptionalapiVersion: TThe 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: stringThe version of the database that the query has to be performed against. Will default to the latest available version if not specified.
OptionalapiVersion: TThe API version. The return type is determined based on this argument, and thus it cannot be a variable.
Invokes "getNTACorporateInfo" API (endpoint: /houjinbangou/{corporateNumber}).
The corporate number to query with.
OptionalapiVersion: TThe 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: TThe API version. The return type is determined based on this argument, and thus it cannot be a variable.
ProtectedrequestInvokes "searchAddresses" API (endpoint: /postalcode/?...).
The query.
OptionalapiVersion: TThe 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: TThe API version. The return type is determined based on this argument, and thus it cannot be a variable.
The constructor.