Sha256: ab60919d0f5c5d41b3c964c0d784009e95f78292afea5e9a4874bb5929aa334f

Contents?: true

Size: 731 Bytes

Versions: 2

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 [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",
        ]

        # @return [String]
        define_property :health_plan_network_id, as: "healthPlanNetworkId", types: [
          "string",
        ]
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
openactive-0.5.0 lib/openactive/models/schema/health_plan_network.rb
openactive-0.4.0 lib/openactive/models/schema/health_plan_network.rb