-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
andreals
committed
Mar 12, 2024
1 parent
3cf6df6
commit db6027a
Showing
6 changed files
with
248 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
|
||
# Get Movement Object Settlement Response | ||
|
||
Generic response object for getting a MovementObjectSettlement. | ||
|
||
## Structure | ||
|
||
`GetMovementObjectSettlementResponse` | ||
|
||
## Inherits From | ||
|
||
[`GetMovementObjectBaseResponse`](../../doc/models/get-movement-object-base-response.md) | ||
|
||
## Fields | ||
|
||
| Name | Type | Tags | Description | | ||
| --- | --- | --- | --- | | ||
| `product` | `str` | Optional | - | | ||
| `brand` | `str` | Optional | - | | ||
| `payment_date` | `str` | Optional | - | | ||
| `recipient_id` | `str` | Optional | - | | ||
| `document_type` | `str` | Optional | - | | ||
| `document` | `str` | Optional | - | | ||
| `contract_obligation_id` | `str` | Optional | - | | ||
| `liquidation_arrangement_id` | `str` | Optional | - | | ||
| `external_engine_payment_id` | `str` | Optional | - | | ||
|
||
## Example (as JSON) | ||
|
||
```json | ||
{ | ||
"id": "id2", | ||
"status": "status4", | ||
"amount": "amount4", | ||
"created_at": "created_at0", | ||
"product": "product2", | ||
"brand": "brand6", | ||
"payment_date": "payment_date4", | ||
"recipient_id": "recipient_id2", | ||
"document_type": "document_type0" | ||
} | ||
``` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters