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

NameTypeDescription
gateway-order-idoption​<string>
result-codeoption​<string>
result-messageoption​<string>
successoption​<bool>
transaction-idoption​<string>