Sha256: 75aa8add51a06bc41eafd9b4993da873478dfb820f115bbec593aee79812b276
Contents?: true
Size: 731 Bytes
Versions: 3
Compression:
Stored size: 731 Bytes
Contents
module OpenActive module Models module Schema class HealthPlanNetwork < ::OpenActive::Models::Schema::Intangible # @!attribute type # @return [String] def type "schema:HealthPlanNetwork" end # @return [String] define_property :health_plan_network_tier, as: "healthPlanNetworkTier", types: [ "string", ] # @return [String] define_property :health_plan_network_id, as: "healthPlanNetworkId", types: [ "string", ] # @return [Boolean,nil] define_property :health_plan_cost_sharing, as: "healthPlanCostSharing", types: [ "bool", "null", ] end end end end
Version data entries
3 entries across 3 versions & 1 rubygems