Wasm Directoryalpha
Record

get-payment-run-data-element-response

No description available.

record get-payment-run-data-element-response {
  account-id: option​<string>,
  amount: option​<f64>,
  amount-collected: option​<f64>,
  amount-to-collect: option​<f64>,
  comment: option​<string>,
  document-id: option​<string>,
  document-type: option​<post-payment-run-data-element-request-document-type-enum>,
  error-code: option​<string>,
  error-message: option​<string>,
  payment-gateway-id: option​<string>,
  payment-method-id: option​<string>,
  result-op: option​<get-payment-run-data-element-response-result-op-enum>,
  transactions: option​<list​<get-payment-run-data-transaction-element-response>>,
}

Fields

NameTypeDescription
account-idoption​<string>
amountoption​<f64>
amount-collectedoption​<f64>
amount-to-collectoption​<f64>
commentoption​<string>
document-idoption​<string>
document-typeoption​<post-payment-run-data-element-request-document-type-enum>
error-codeoption​<string>
error-messageoption​<string>
payment-gateway-idoption​<string>
payment-method-idoption​<string>
result-opoption​<get-payment-run-data-element-response-result-op-enum>
transactionsoption​<list​<get-payment-run-data-transaction-element-response>>