Record
authorization-request
No description available.
record authorization-request {
amount: s32,
amount-details: option<string>,
approved: bool,
created: s32,
currency: string,
merchant-amount: s32,
merchant-currency: string,
reason: authorization-request-reason-enum,
reason-message: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| amount | s32 | |
| amount-details | option<string> | |
| approved | bool | |
| created | s32 | |
| currency | string | |
| merchant-amount | s32 | |
| merchant-currency | string | |
| reason | authorization-request-reason-enum | |
| reason-message | option<string> |