{
    "accountName": "string",
    "accountNumber": "string",
    "allocateBalance": "boolean",
    "allocatedPercentage": "double",
    "branchCode": "string",
    "bsb": "string",
    "canBeDeleted": "boolean",
    "employeeId": "int32",
    "externalReferenceId": "string",
    "fixedAmount": "double",
    "id": "int32",
    "isEmployeeEditable": "boolean",
    "myBankCode": "string",
    "myOtherBankName": "string"
}
| Name | Type | Description | 
|---|---|---|
| accountName | string | String | 
| accountNumber | string | String | 
| allocateBalance | boolean | Boolean | 
| allocatedPercentage | double | 
      Nullable | 
  
| branchCode | string | String | 
| bsb | string | String | 
| canBeDeleted | boolean | Boolean | 
| employeeId | int32 | Int32 | 
| externalReferenceId | string | String | 
| fixedAmount | double | 
      Nullable | 
  
| id | int32 | Int32 | 
| isEmployeeEditable | boolean | Boolean | 
| myBankCode | string | String | 
| myOtherBankName | string | String | 
Powered by DapperDox