Skip to content

UpdateBankAccount

Type: schema

TypeScript Definition

typescript
UpdateBankAccount: components["schemas"]["UpdateOutboundBankAccount"] | components["schemas"]["UpdateInboundBankAccount"]

Component References

ReferenceResolves To
components["schemas"]["UpdateOutboundBankAccount"]UpdateOutboundBankAccount
components["schemas"]["UpdateInboundBankAccount"]UpdateInboundBankAccount

OpenAPI Schema

json
{
  "title": "UpdateBankAccount",
  "externalDocs": {
    "url": "https://llm-docs.commercengine.io/storefront/schemas/UpdateBankAccount",
    "description": "API reference for the UpdateBankAccount schema"
  },
  "discriminator": {
    "propertyName": "account_type",
    "mapping": {
      "outbound": "#/components/schemas/UpdateOutboundBankAccount",
      "inbound": "#/components/schemas/UpdateInboundBankAccount"
    }
  },
  "oneOf": [
    {
      "$ref": "#/components/schemas/UpdateOutboundBankAccount"
    },
    {
      "$ref": "#/components/schemas/UpdateInboundBankAccount"
    }
  ],
  "x-tags": [
    "Customers"
  ]
}

Auto-generated from OpenAPI spec and TypeScript definitions

Last updated: