Wasm Directoryalpha
Record

post-payment-run-data-element-request

No description available.

record post-payment-run-data-element-request {
  account-id: string,
  amount: option​<f64>,
  comment: option​<string>,
  document-id: option​<string>,
  document-type: option​<post-payment-run-data-element-request-document-type-enum>,
  payment-gateway-id: option​<string>,
  payment-method-id: option​<string>,
}

Fields

NameTypeDescription
account-idstring
amountoption​<f64>
commentoption​<string>
document-idoption​<string>
document-typeoption​<post-payment-run-data-element-request-document-type-enum>
payment-gateway-idoption​<string>
payment-method-idoption​<string>