Oracle E-Business Suite · JSON Structure

Financial Services Bank Account Structure

Type: object Properties: 10
Business ApplicationsE-Business SuiteEnterpriseERPOracle

BankAccount is a JSON Structure definition published by Oracle E-Business Suite, describing 10 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

bankAccountId bankAccountName bankAccountNum bankId bankName branchId branchName currencyCode accountType status

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "BankAccount",
  "type": "object",
  "properties": {
    "bankAccountId": {
      "type": "integer"
    },
    "bankAccountName": {
      "type": "string"
    },
    "bankAccountNum": {
      "type": "string"
    },
    "bankId": {
      "type": "integer"
    },
    "bankName": {
      "type": "string"
    },
    "branchId": {
      "type": "integer"
    },
    "branchName": {
      "type": "string"
    },
    "currencyCode": {
      "type": "string"
    },
    "accountType": {
      "type": "string"
    },
    "status": {
      "type": "string"
    }
  }
}