Przelewy24 · Schema

AvailabilityHoursResponse

PaymentsPayment GatewayBank TransferBLIKCard PaymentsE-CommercePolandPolishMulti-CurrencyFintech

Properties

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

JSON Schema

AvailabilityHoursResponse.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "AvailabilityHoursResponse",
  "properties": {
    "mondayToFriday": {
      "type": "string"
    },
    "saturday": {
      "type": "string"
    },
    "sunday": {
      "type": "string"
    }
  }
}