Sha256: 38898c1523650a389732714f5341b9b710d396a6213034ed219836dcda7feaba
Contents?: true
Size: 622 Bytes
Versions: 4
Compression:
Stored size: 622 Bytes
Contents
require 'typesafe_enum' module OpenActive module Enums class OpenBookingFlowRequirement < TypesafeEnum::Base new :OnlinePrepayment, "https://openactive.io/OnlinePrepayment" new :OpenBookingIntakeForm, "https://openactive.io/OpenBookingIntakeForm" new :OpenBookingAttendeeDetails, "https://openactive.io/OpenBookingAttendeeDetails" new :OpenBookingApproval, "https://openactive.io/OpenBookingApproval" new :OpenBookingNegotiation, "https://openactive.io/OpenBookingNegotiation" new :OpenBookingMessageExchange, "https://openactive.io/OpenBookingMessageExchange" end end end
Version data entries
4 entries across 4 versions & 1 rubygems