Record
get-payment-run-data-transaction-element-response
No description available.
record get-payment-run-data-transaction-element-response {
amount: option<f64>,
applied-amount: option<f64>,
error-code: option<string>,
error-message: option<string>,
id: option<string>,
status: option<get-payment-run-data-transaction-element-response-status-enum>,
type-op: option<get-payment-run-data-transaction-element-response-type-op-enum>,
}Fields
| Name | Type | Description |
|---|---|---|
| amount | option<f64> | |
| applied-amount | option<f64> | |
| error-code | option<string> | |
| error-message | option<string> | |
| id | option<string> | |
| status | option<get-payment-run-data-transaction-element-response-status-enum> | |
| type-op | option<get-payment-run-data-transaction-element-response-type-op-enum> |