Przelewy24 · Schema

availabilityHours

An object containing information about the method's availability hours (methods with ID 177, 178 return bool true/false information)

PaymentsPayment GatewayBank TransferBLIKCard PaymentsE-CommercePolandPolishMulti-CurrencyFintech

Properties

Name Type Description
mondayToFriday string
saturday string
sunday string
View JSON Schema on GitHub

JSON Schema

availabilityHours.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "availabilityHours",
  "type": "object",
  "description": "An object containing information about the method's availability hours (methods with ID 177, 178 return bool true/false information)",
  "properties": {
    "mondayToFriday": {
      "type": "string"
    },
    "saturday": {
      "type": "string"
    },
    "sunday": {
      "type": "string"
    }
  }
}