Skip to content

Commit f4c56b6

Browse files
authored
Wire transaction description is optional (#489)
https://www.unit.co/docs/api/resources/#transaction-wire
1 parent fd221c2 commit f4c56b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

types/transactions.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -631,9 +631,9 @@ export type WireTransaction = BaseTransaction & {
631631
counterparty: Counterparty
632632

633633
/**
634-
* Description of the transaction as entered by the originator. Also known as OBI or “Originator to Beneficiary Information”.
634+
* Optional. Description of the transaction as entered by the originator.
635635
*/
636-
description: string
636+
description?: string
637637

638638
/**
639639
* Originator To Beneficiary Information, multi-line string delimited by \n.

0 commit comments

Comments
 (0)