Record
post-void-authorize-response
No description available.
record post-void-authorize-response {
gateway-order-id: option<string>,
result-code: option<string>,
result-message: option<string>,
success: option<bool>,
transaction-id: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| gateway-order-id | option<string> | |
| result-code | option<string> | |
| result-message | option<string> | |
| success | option<bool> | |
| transaction-id | option<string> |