Sha256: a9f9861d61e50b1886a7a5619207bf64ec6510945b58a0ac835d4da25e713ef6
Contents?: true
Size: 731 Bytes
Versions: 5
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_id, as: "healthPlanNetworkId", types: [ "string", ] # @return [Boolean,nil] define_property :health_plan_cost_sharing, as: "healthPlanCostSharing", types: [ "bool", "null", ] # @return [String] define_property :health_plan_network_tier, as: "healthPlanNetworkTier", types: [ "string", ] end end end end
Version data entries
5 entries across 5 versions & 1 rubygems