Przelewy24 · Schema

TransferBasketResultBody

PaymentsPayment GatewayBank TransferBLIKCard PaymentsE-CommercePolandPolishMulti-CurrencyFintech

Properties

Name Type Description
result object Includes the object of the query result
View JSON Schema on GitHub

JSON Schema

TransferBasketResultBody.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "TransferBasketResultBody",
  "properties": {
    "result": {
      "description": "Includes the object of the query result",
      "$ref": "#/components/schemas/TransferBasketOutObjectBody"
    }
  }
}