| Name | Type | Description | Notes |
|---|---|---|---|
| merchantCaptureId | String | [optional] | |
| amount | MoneyAmount | [optional] | |
| orderDescription | String | Description for Capture | [optional] |
| requestedAt | Long | [optional] | |
| expiresAt | Integer | Epoch timestamp in seconds, expiry duration must be less then the expiry granted to the merchant | [optional] |
| status | StatusEnum | Status is always USER_REQUESTED. | [optional] |
| acceptedAt | Integer | [optional] | |
| amountDescription | String | Description for Capture | [optional] |
| Name | Value |
|---|---|
| USER_REQUESTED | "USER_REQUESTED" |
| COMPLETED | "COMPLETED" |