Wasm Directoryalpha
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

NameTypeDescription
amountoption​<f64>
applied-amountoption​<f64>
error-codeoption​<string>
error-messageoption​<string>
idoption​<string>
statusoption​<get-payment-run-data-transaction-element-response-status-enum>
type-opoption​<get-payment-run-data-transaction-element-response-type-op-enum>