{
    "result": {
        "accountName": "string",
        "accountNumber": "string",
        "accountType": "string",
        "allocateBalance": "boolean",
        "allocatedPercentage": "double",
        "bankCode": "string",
        "branchCode": "string",
        "bsb": "string",
        "canBeDeleted": "boolean",
        "employeeId": "int32",
        "externalReferenceId": "string",
        "fixedAmount": "double",
        "id": "int32",
        "isEmployeeEditable": "boolean",
        "otherBankName": "string"
    },
    "validationWarning": "string"
}
| Name | Type | Description | 
|---|---|---|
| result | object | MyBankAccountModel | 
| result.accountName | string | String | 
| result.accountNumber | string | String | 
| result.accountType | string | 
      BankAccountTypeEnum
      
       Possible values are: 
  | 
  
| result.allocateBalance | boolean | Boolean | 
| result.allocatedPercentage | double | 
      Nullable | 
  
| result.bankCode | string | String | 
| result.branchCode | string | String | 
| 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 | 
| result.otherBankName | string | String | 
| validationWarning | string | String | 
Powered by DapperDox