Przelewy24 · Schema

DataDispatchInfoObject

PaymentsPayment GatewayBank TransferBLIKCard PaymentsE-CommercePolandPolishMulti-CurrencyFintech

Properties

Name Type Description
amountLeft integer The amount of left funds, in polish groshes
dispatch object Array of dispatch information objects
View JSON Schema on GitHub

JSON Schema

DataDispatchInfoObject.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "DataDispatchInfoObject",
  "properties": {
    "amountLeft": {
      "type": "integer",
      "description": "The amount of left funds, in polish groshes"
    },
    "dispatch": {
      "description": "Array of dispatch information objects",
      "items": {
        "$ref": "#/components/schemas/DispatchArrayObject"
      }
    }
  }
}