Skip to content

Commit 53e899e

Browse files
authored
Merge pull request #535 from unit-finance/UD-14043-add-check-payment-tags
UD-14043 Add Check Payment Tags
2 parents df17994 + 33972ab commit 53e899e

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@unit-finance/unit-node-sdk",
3-
"version": "1.3.8",
3+
"version": "1.3.9",
44
"description": "",
55
"main": "dist/unit.js",
66
"types": "dist/unit.d.ts",

types/checkPayment.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,16 @@ export interface CreateCheckPaymentRequest extends BaseCreateRequestAttributes {
298298
* An internal description (maximum of 255 characters). This will not be printed on the check.
299299
*/
300300
description: string
301+
302+
/**
303+
* Optional. See [Idempotency](https://docs.unit.co/#intro-idempotency).
304+
*/
305+
idempotencyKey?: string
306+
307+
/**
308+
* Optional. See [Tags](https://www.unit.co/docs/api/#tags).
309+
*/
310+
tags?: Tags
301311
}
302312

303313
relationships: {

0 commit comments

Comments
 (0)