Skip to content

Commit c898a85

Browse files
committed
Merge remote-tracking branch 'envelopemoney/envelope/atm-auth-type' into version-bump-1.3.3
2 parents 50c6bcb + 9dc201e commit c898a85

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

types/transactions.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -500,6 +500,11 @@ export type AtmTransaction = BaseTransaction & {
500500
* The debit card involved in the transaction.
501501
*/
502502
card: Relationship
503+
504+
/**
505+
* Optional. The [Authorization](https://developers.unit.co/#authorization) request made by the merchant, if present (see [Authorizations](https://developers.unit.co/#authorizations)).
506+
*/
507+
authorization?: Relationship
503508
}
504509
}
505510

0 commit comments

Comments
 (0)