Adyen · Schema

GrantLimit

PaymentsFinancial ServicesFintech

Properties

Name Type Description
amount object The amount available on the grant account.
View JSON Schema on GitHub

JSON Schema

adyen-grantlimit-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/GrantLimit",
  "title": "GrantLimit",
  "properties": {
    "amount": {
      "description": "The amount available on the grant account.",
      "$ref": "#/components/schemas/Amount"
    }
  },
  "type": "object"
}