We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd221c2 commit f4c56b6Copy full SHA for f4c56b6
types/transactions.ts
@@ -631,9 +631,9 @@ export type WireTransaction = BaseTransaction & {
631
counterparty: Counterparty
632
633
/**
634
- * Description of the transaction as entered by the originator. Also known as OBI or “Originator to Beneficiary Information”.
+ * Optional. Description of the transaction as entered by the originator.
635
*/
636
- description: string
+ description?: string
637
638
639
* Originator To Beneficiary Information, multi-line string delimited by \n.
0 commit comments