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