Sha256: 9fc2ab3cbc21b5ac50e0257965b2a794fb39f54b424a3a668754109954098882

Contents?: true

Size: 1.16 KB

Versions: 2

Compression:

Stored size: 1.16 KB

Contents

module OpenActive
  module Models
    module Schema
      class HealthPlanCostSharingSpecification < ::OpenActive::Models::Schema::Intangible
        # @!attribute type
        # @return [String]
        def type
          "schema:HealthPlanCostSharingSpecification"
        end

        # @return [String]
        define_property :health_plan_coinsurance_option, as: "healthPlanCoinsuranceOption", types: [
          "string",
        ]

        # @return [OpenActive::Models::Schema::PriceSpecification,URI]
        define_property :health_plan_copay, as: "healthPlanCopay", types: [
          "OpenActive::Models::Schema::PriceSpecification",
          "URI",
        ]

        # @return [BigDecimal,nil]
        define_property :health_plan_coinsurance_rate, as: "healthPlanCoinsuranceRate", types: [
          "Number",
          "null",
        ]

        # @return [String]
        define_property :health_plan_copay_option, as: "healthPlanCopayOption", types: [
          "string",
        ]

        # @return [String]
        define_property :health_plan_pharmacy_category, as: "healthPlanPharmacyCategory", 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_cost_sharing_specification.rb
openactive-0.4.0 lib/openactive/models/schema/health_plan_cost_sharing_specification.rb