Wasm Directoryalpha
Record

create-account-response

No description available.

record create-account-response {
  account-code: option​<string>,
  account-holder-code: option​<string>,
  payout-schedule: option​<payout-schedule-response>,
  psp-reference: option​<string>,
  result-code: option​<string>,
  status: option​<close-account-response-status-enum>,
  submitted-async: option​<bool>,
}

Fields

NameTypeDescription
account-codeoption​<string>
account-holder-codeoption​<string>
payout-scheduleoption​<payout-schedule-response>
psp-referenceoption​<string>
result-codeoption​<string>
statusoption​<close-account-response-status-enum>
submitted-asyncoption​<bool>