---
title: "OutletBankDetails"
url: "https://developer.retailexpress.com.au/apis/retail-express-api-21-v2/versions/d3750347-3c58-45e9-b3b1-b23a00e713ed/schemas/OutletBankDetails"
---

> Full API specification: https://developer.retailexpress.com.au/apis/retail-express-api-21-v2/versions/d3750347-3c58-45e9-b3b1-b23a00e713ed.md

# OutletBankDetails

Outlet bank details model

## OpenAPI definition

```yaml
openapi: 3.0.1
info:
  title: Retail Express API
  version: V2
servers:
  - url: https://api.retailexpress.com.au/v2
components:
  schemas:
    OutletBankDetails:
      title: ""
      type: object
      properties:
        bank_name:
          maxLength: 128
          minLength: 0
          type: string
          description: Bank name
          nullable: true
        bsb:
          maxLength: 16
          minLength: 0
          type: string
          description: Bank bsb
          nullable: true
        account_number:
          maxLength: 32
          minLength: 0
          type: string
          description: Account number
          nullable: true
        account_name:
          maxLength: 128
          minLength: 0
          type: string
          description: Account name
          nullable: true
      additionalProperties: false
      description: Outlet bank details model
```
