Comparing version 2.2.0 to 2.2.1
@@ -8,2 +8,3 @@ import Resource from './resource'; | ||
retrieve(id: string): Promise<I.Balance>; | ||
statementUrls(id: string, query?: I.StatementUrlOptions): Promise<I.StatementUrl>; | ||
} |
@@ -16,3 +16,6 @@ "use strict"; | ||
} | ||
statementUrls(id, query = {}) { | ||
return this.request('POST', `${this.resource}/${id}/statement_urls`, query); | ||
} | ||
} | ||
exports.default = Balances; |
@@ -53,2 +53,3 @@ import Accounts from './account'; | ||
tenant?: string; | ||
term?: string; | ||
} | ||
@@ -55,0 +56,0 @@ export interface CustomerSubscriptionListOptions extends ListOptions { |
{ | ||
"name": "payjp", | ||
"version": "2.2.0", | ||
"version": "2.2.1", | ||
"description": "PAY.JP node.js bindings", | ||
@@ -5,0 +5,0 @@ "main": "built/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
42714
1160