{
"result": {
"accountName": "string",
"accountNumber": "string",
"accountType": "string",
"allocateBalance": "boolean",
"allocatedPercentage": "double",
"bsb": "string",
"canBeDeleted": "boolean",
"employeeId": "int32",
"externalReferenceId": "string",
"fixedAmount": "double",
"id": "int32",
"isEmployeeEditable": "boolean"
},
"validationWarning": "string"
}
| Name | Type | Description |
|---|---|---|
| result | object | AuBankAccountModel |
| result.accountName | string | String |
| result.accountNumber | string | String |
| result.accountType | string |
BankAccountTypeEnum
Possible values are:
|
| result.allocateBalance | boolean | Boolean |
| result.allocatedPercentage | double |
Nullable |
| result.bsb | string | String |
| result.canBeDeleted | boolean | Boolean |
| result.employeeId | int32 | Int32 |
| result.externalReferenceId | string | String |
| result.fixedAmount | double |
Nullable |
| result.id | int32 | Int32 |
| result.isEmployeeEditable | boolean | Boolean |
| validationWarning | string | String |
Powered by DapperDox