Skip to content

Commit

Permalink
Add payoutRequestId to Transaction (#1768)
Browse files Browse the repository at this point in the history
  • Loading branch information
colinbird authored Jan 31, 2024
1 parent cff639b commit 15b0d80
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions openapi/components/schemas/Transaction.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -604,6 +604,14 @@ properties:
description: ID of the deposit request if applicable. The created transaction is based on the properties of this deposit request.
maxLength: 50
example: dep_req_0YVJ65BSGYC3EAT58SEX8KY6J7
payoutRequestId:
readOnly: true
type:
- 'string'
- 'null'
description: ID of the payout request if applicable. The created transaction is based on the properties of this payout request.
maxLength: 50
example: pout_req_0YVJ65BSGYC3EAT58SEX8KY6J7
_links:
type: array
description: Related links.
Expand Down

0 comments on commit 15b0d80

Please sign in to comment.