vericred_client 0.0.37 → 0.0.38

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (80) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +14 -4
  3. data/docs/ACAPlan.md +1 -2
  4. data/docs/ACAPlan2018.md +0 -1
  5. data/docs/ACAPlan2018Bulk.md +100 -0
  6. data/docs/ACAPlan2018Search.md +1 -1
  7. data/docs/ACAPlan2018SearchResult.md +1 -1
  8. data/docs/ACAPlanPre2018.md +1 -2
  9. data/docs/ACAPlanPre2018Bulk.md +93 -0
  10. data/docs/ACAPlanSearch.md +0 -1
  11. data/docs/AdultChildTierComposite.md +10 -0
  12. data/docs/CarrierSubsidiaryDisclaimer.md +13 -0
  13. data/docs/CarrierSubsidiaryDisclaimersApi.md +119 -0
  14. data/docs/DentalPlan.md +0 -1
  15. data/docs/DentalPlanBulk.md +21 -0
  16. data/docs/FourTierComposite.md +1 -1
  17. data/docs/MedicalPlanBenefits.md +0 -1
  18. data/docs/MedicalPlanUpdate.md +1 -0
  19. data/docs/MemberAdultChildTierComposite.md +10 -0
  20. data/docs/MemberPremiums.md +1 -0
  21. data/docs/Plan.md +0 -1
  22. data/docs/PlanMedicare.md +0 -1
  23. data/docs/PlanMedicareBulk.md +0 -1
  24. data/docs/Premiums.md +1 -0
  25. data/docs/VisionPlan.md +0 -1
  26. data/docs/VisionPlanBulk.md +21 -0
  27. data/docs/VisionPlanSearch.md +21 -0
  28. data/docs/VisionPlanSearchResponse.md +1 -1
  29. data/lib/vericred_client/api/carrier_subsidiary_disclaimers_api.rb +1135 -0
  30. data/lib/vericred_client/models/aca_plan.rb +3 -13
  31. data/lib/vericred_client/models/aca_plan2018.rb +1 -11
  32. data/lib/vericred_client/models/aca_plan2018_bulk.rb +2113 -0
  33. data/lib/vericred_client/models/aca_plan2018_search.rb +2 -2
  34. data/lib/vericred_client/models/aca_plan2018_search_result.rb +2 -2
  35. data/lib/vericred_client/models/aca_plan_pre2018.rb +3 -13
  36. data/lib/vericred_client/models/aca_plan_pre2018_bulk.rb +2041 -0
  37. data/lib/vericred_client/models/aca_plan_search.rb +1 -11
  38. data/lib/vericred_client/models/adult_child_tier_composite.rb +1205 -0
  39. data/lib/vericred_client/models/carrier_subsidiary_disclaimer.rb +1235 -0
  40. data/lib/vericred_client/models/dental_plan.rb +1 -11
  41. data/lib/vericred_client/models/dental_plan_bulk.rb +1319 -0
  42. data/lib/vericred_client/models/four_tier_composite.rb +8 -8
  43. data/lib/vericred_client/models/medical_plan_benefits.rb +1 -11
  44. data/lib/vericred_client/models/medical_plan_update.rb +11 -1
  45. data/lib/vericred_client/models/member_adult_child_tier_composite.rb +1205 -0
  46. data/lib/vericred_client/models/member_premiums.rb +11 -1
  47. data/lib/vericred_client/models/plan.rb +1 -11
  48. data/lib/vericred_client/models/plan_medicare.rb +1 -11
  49. data/lib/vericred_client/models/plan_medicare_bulk.rb +1 -11
  50. data/lib/vericred_client/models/premiums.rb +11 -1
  51. data/lib/vericred_client/models/vision_plan.rb +1 -11
  52. data/lib/vericred_client/models/vision_plan_bulk.rb +1317 -0
  53. data/lib/vericred_client/models/vision_plan_search.rb +1317 -0
  54. data/lib/vericred_client/models/vision_plan_search_response.rb +1 -1
  55. data/lib/vericred_client/version.rb +1 -1
  56. data/lib/vericred_client.rb +9 -0
  57. data/spec/api/carrier_subsidiary_disclaimers_api_spec.rb +1056 -0
  58. data/spec/models/aca_plan2018_bulk_spec.rb +1590 -0
  59. data/spec/models/aca_plan2018_spec.rb +0 -6
  60. data/spec/models/aca_plan_pre2018_bulk_spec.rb +1548 -0
  61. data/spec/models/aca_plan_pre2018_spec.rb +0 -6
  62. data/spec/models/aca_plan_search_spec.rb +0 -6
  63. data/spec/models/aca_plan_spec.rb +0 -6
  64. data/spec/models/adult_child_tier_composite_spec.rb +1050 -0
  65. data/spec/models/carrier_subsidiary_disclaimer_spec.rb +1068 -0
  66. data/spec/models/dental_plan_bulk_spec.rb +1116 -0
  67. data/spec/models/dental_plan_spec.rb +0 -6
  68. data/spec/models/four_tier_composite_spec.rb +1 -1
  69. data/spec/models/medical_plan_benefits_spec.rb +0 -6
  70. data/spec/models/medical_plan_update_spec.rb +6 -0
  71. data/spec/models/member_adult_child_tier_composite_spec.rb +1050 -0
  72. data/spec/models/member_premiums_spec.rb +6 -0
  73. data/spec/models/plan_medicare_bulk_spec.rb +0 -6
  74. data/spec/models/plan_medicare_spec.rb +0 -6
  75. data/spec/models/plan_spec.rb +0 -6
  76. data/spec/models/premiums_spec.rb +6 -0
  77. data/spec/models/vision_plan_bulk_spec.rb +1116 -0
  78. data/spec/models/vision_plan_search_spec.rb +1116 -0
  79. data/spec/models/vision_plan_spec.rb +0 -6
  80. metadata +38 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 340fd5044d7cf586fd029b05133ed8efd27fe1e1
4
- data.tar.gz: e1fb714ffdd268ecbc2b8208eec91ca5dfbbd177
3
+ metadata.gz: '09d922ec55ec16584b9f9b73a335ddbaf8f628b5'
4
+ data.tar.gz: b05b23ff00cc6c26504aa48532679bd4b69f2b04
5
5
  SHA512:
6
- metadata.gz: c66a9a92a6bb6b8a57303070da80cd723566213c5356bab08d30b888791649abaad463853ea6b38a77cca65e255a52079f630ef676ca9a5d7dc0dc93e9758db5
7
- data.tar.gz: 891781e0a0b646faa856818f00e0bf46f01115e7f3ced2c23e35ead0d663ca097d5bff221e4d105ef9a5000552dd879f980ec0283c852f014e6eb729fcc2c5f0
6
+ metadata.gz: db626ac8318dbd89d6d405b2519b2d5097086b014fdfc02d94e86dcfa54f2caf70c018f26eaaef72b4c147eab8bf7723c2f868c371acc4d76d7e1a5e31238da5
7
+ data.tar.gz: c631b651b94ea548eeb4e84b3a1da8a2e450d3589710c1d2ea6b34a1b6e616de1c8e32d8128c49431e5279411a7a2b30ec59feded00d11db00b9152734431494
data/README.md CHANGED
@@ -992,7 +992,7 @@ This is useful for large group data or when you are not dealing with `Plan`s dir
992
992
  This SDK is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:
993
993
 
994
994
  - API version: 1.0.0
995
- - Package version: 0.0.37
995
+ - Package version: 0.0.38
996
996
  - Build package: class io.swagger.codegen.languages.RubyClientCodegen
997
997
 
998
998
  ## Installation
@@ -1008,15 +1008,15 @@ gem build vericred_client.gemspec
1008
1008
  Then either install the gem locally:
1009
1009
 
1010
1010
  ```shell
1011
- gem install ./vericred_client-0.0.37.gem
1011
+ gem install ./vericred_client-0.0.38.gem
1012
1012
  ```
1013
- (for development, run `gem install --dev ./vericred_client-0.0.37.gem` to install the development dependencies)
1013
+ (for development, run `gem install --dev ./vericred_client-0.0.38.gem` to install the development dependencies)
1014
1014
 
1015
1015
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
1016
1016
 
1017
1017
  Finally add this to the Gemfile:
1018
1018
 
1019
- gem 'vericred_client', '~> 0.0.37'
1019
+ gem 'vericred_client', '~> 0.0.38'
1020
1020
 
1021
1021
  ### Install from Git
1022
1022
 
@@ -1071,6 +1071,8 @@ Class | Method | HTTP request | Description
1071
1071
  *VericredClient::BulkPlansApi* | [**find_bulk_plans**](docs/BulkPlansApi.md#find_bulk_plans) | **POST** /plans/bulk | Plans in Bulk
1072
1072
  *VericredClient::CarrierGroupsApi* | [**delete_carrier_group**](docs/CarrierGroupsApi.md#delete_carrier_group) | **DELETE** /carrier_groups/{vericred_id} | Delete a CarrierGroup.
1073
1073
  *VericredClient::CarrierGroupsApi* | [**put_carrier_group**](docs/CarrierGroupsApi.md#put_carrier_group) | **PUT** /carrier_groups/{vericred_id} | Create/update a CarrierGroup
1074
+ *VericredClient::CarrierSubsidiaryDisclaimersApi* | [**delete_carrier_subsidiary_disclaimer**](docs/CarrierSubsidiaryDisclaimersApi.md#delete_carrier_subsidiary_disclaimer) | **DELETE** /carrier_subsidiary_disclaimers/{vericred_id} | Delete a Carrier Subsidiary Disclaimer
1075
+ *VericredClient::CarrierSubsidiaryDisclaimersApi* | [**put_carrier_subsidiary_disclaimer**](docs/CarrierSubsidiaryDisclaimersApi.md#put_carrier_subsidiary_disclaimer) | **PUT** /carrier_subsidiary_disclaimers/{vericred_id} | Create/update a Carrier Subsidiary Disclaimer
1074
1076
  *VericredClient::CarriersApi* | [**delete_carrier**](docs/CarriersApi.md#delete_carrier) | **DELETE** /carriers/{vericred_id} | Delete a Carrier.
1075
1077
  *VericredClient::CarriersApi* | [**put_carrier**](docs/CarriersApi.md#put_carrier) | **PUT** /carriers/{vericred_id} | Create/update a Carrier
1076
1078
  *VericredClient::DentalPlansApi* | [**delete_dental_plan**](docs/DentalPlansApi.md#delete_dental_plan) | **DELETE** /plans/dental/{vericred_id} | Delete a Dental Plan.
@@ -1128,17 +1130,20 @@ Class | Method | HTTP request | Description
1128
1130
 
1129
1131
  - [VericredClient::ACAPlan](docs/ACAPlan.md)
1130
1132
  - [VericredClient::ACAPlan2018](docs/ACAPlan2018.md)
1133
+ - [VericredClient::ACAPlan2018Bulk](docs/ACAPlan2018Bulk.md)
1131
1134
  - [VericredClient::ACAPlan2018Search](docs/ACAPlan2018Search.md)
1132
1135
  - [VericredClient::ACAPlan2018SearchResponse](docs/ACAPlan2018SearchResponse.md)
1133
1136
  - [VericredClient::ACAPlan2018SearchResult](docs/ACAPlan2018SearchResult.md)
1134
1137
  - [VericredClient::ACAPlan2018ShowResponse](docs/ACAPlan2018ShowResponse.md)
1135
1138
  - [VericredClient::ACAPlanPre2018](docs/ACAPlanPre2018.md)
1139
+ - [VericredClient::ACAPlanPre2018Bulk](docs/ACAPlanPre2018Bulk.md)
1136
1140
  - [VericredClient::ACAPlanPre2018Search](docs/ACAPlanPre2018Search.md)
1137
1141
  - [VericredClient::ACAPlanPre2018SearchResponse](docs/ACAPlanPre2018SearchResponse.md)
1138
1142
  - [VericredClient::ACAPlanPre2018SearchResult](docs/ACAPlanPre2018SearchResult.md)
1139
1143
  - [VericredClient::ACAPlanPre2018ShowResponse](docs/ACAPlanPre2018ShowResponse.md)
1140
1144
  - [VericredClient::ACAPlanSearch](docs/ACAPlanSearch.md)
1141
1145
  - [VericredClient::Address](docs/Address.md)
1146
+ - [VericredClient::AdultChildTierComposite](docs/AdultChildTierComposite.md)
1142
1147
  - [VericredClient::AgeBanded](docs/AgeBanded.md)
1143
1148
  - [VericredClient::AncillaryPlanIdentifier](docs/AncillaryPlanIdentifier.md)
1144
1149
  - [VericredClient::Base](docs/Base.md)
@@ -1147,11 +1152,13 @@ Class | Method | HTTP request | Description
1147
1152
  - [VericredClient::CarrierGroupRequest](docs/CarrierGroupRequest.md)
1148
1153
  - [VericredClient::CarrierRequest](docs/CarrierRequest.md)
1149
1154
  - [VericredClient::CarrierSubsidiary](docs/CarrierSubsidiary.md)
1155
+ - [VericredClient::CarrierSubsidiaryDisclaimer](docs/CarrierSubsidiaryDisclaimer.md)
1150
1156
  - [VericredClient::Composite](docs/Composite.md)
1151
1157
  - [VericredClient::County](docs/County.md)
1152
1158
  - [VericredClient::CountyBulk](docs/CountyBulk.md)
1153
1159
  - [VericredClient::DentalPlan](docs/DentalPlan.md)
1154
1160
  - [VericredClient::DentalPlanBenefits](docs/DentalPlanBenefits.md)
1161
+ - [VericredClient::DentalPlanBulk](docs/DentalPlanBulk.md)
1155
1162
  - [VericredClient::DentalPlanSearch](docs/DentalPlanSearch.md)
1156
1163
  - [VericredClient::DentalPlanSearchApplicant](docs/DentalPlanSearchApplicant.md)
1157
1164
  - [VericredClient::DentalPlanSearchRequest](docs/DentalPlanSearchRequest.md)
@@ -1200,6 +1207,7 @@ Class | Method | HTTP request | Description
1200
1207
  - [VericredClient::MedicareAdvantagePlanShowResponse](docs/MedicareAdvantagePlanShowResponse.md)
1201
1208
  - [VericredClient::MedicareAdvantagePlanUpdate](docs/MedicareAdvantagePlanUpdate.md)
1202
1209
  - [VericredClient::MedicareAdvantagePlanUpdateRequest](docs/MedicareAdvantagePlanUpdateRequest.md)
1210
+ - [VericredClient::MemberAdultChildTierComposite](docs/MemberAdultChildTierComposite.md)
1203
1211
  - [VericredClient::MemberAgeBanded](docs/MemberAgeBanded.md)
1204
1212
  - [VericredClient::MemberCreate](docs/MemberCreate.md)
1205
1213
  - [VericredClient::MemberPremiums](docs/MemberPremiums.md)
@@ -1297,6 +1305,8 @@ Class | Method | HTTP request | Description
1297
1305
  - [VericredClient::V7ResponseProvidersProviderDetails](docs/V7ResponseProvidersProviderDetails.md)
1298
1306
  - [VericredClient::VisionPlan](docs/VisionPlan.md)
1299
1307
  - [VericredClient::VisionPlanBenefits](docs/VisionPlanBenefits.md)
1308
+ - [VericredClient::VisionPlanBulk](docs/VisionPlanBulk.md)
1309
+ - [VericredClient::VisionPlanSearch](docs/VisionPlanSearch.md)
1300
1310
  - [VericredClient::VisionPlanSearchApplicant](docs/VisionPlanSearchApplicant.md)
1301
1311
  - [VericredClient::VisionPlanSearchRequest](docs/VisionPlanSearchRequest.md)
1302
1312
  - [VericredClient::VisionPlanSearchResponse](docs/VisionPlanSearchResponse.md)
data/docs/ACAPlan.md CHANGED
@@ -9,9 +9,8 @@ Name | Type | Description | Notes
9
9
  **ambulance** | **String** | Benefits string for ambulance coverage | [optional]
10
10
  **benefits_summary_url** | **String** | Link to the summary of benefits and coverage (SBC) document. | [optional]
11
11
  **buy_link** | **String** | Link to a location to purchase the plan. | [optional]
12
- **carrier_disclaimer** | **String** | Most recent Disclaimer issued for this Plan | [optional]
13
12
  **carrier_name** | **String** | Name of the insurance carrier | [optional]
14
- **child_dental** | **String** | Child Dental benefits string | [optional]
13
+ **child_dental** | **BOOLEAN** | Does the plan provide dental coverage for children? | [optional]
15
14
  **child_eye_exam** | **String** | Child eye exam benefits summary | [optional]
16
15
  **child_eyewear** | **String** | Child eyewear benefits summary | [optional]
17
16
  **chiropractic_services** | **String** | Chiropractic services benefits summary | [optional]
data/docs/ACAPlan2018.md CHANGED
@@ -10,7 +10,6 @@ Name | Type | Description | Notes
10
10
  **ambulance** | **String** | Benefits string for ambulance coverage | [optional]
11
11
  **benefits_summary_url** | **String** | Link to the summary of benefits and coverage (SBC) document. | [optional]
12
12
  **buy_link** | **String** | Link to a location to purchase the plan. | [optional]
13
- **carrier_disclaimer** | **String** | Most recent Disclaimer issued for this Plan | [optional]
14
13
  **carrier_name** | **String** | Name of the insurance carrier | [optional]
15
14
  **child_dental** | **String** | Child Dental benefits string | [optional]
16
15
  **child_eye_exam** | **String** | Child eye exam benefits summary | [optional]
@@ -0,0 +1,100 @@
1
+ # VericredClient::ACAPlan2018Bulk
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **abortion_rider** | **BOOLEAN** | True if plan covers abortion when there is no public funding available | [optional]
7
+ **actuarial_value** | **Float** | Percentage of total average costs for covered benefits that a plan will cover. | [optional]
8
+ **adult_dental** | **BOOLEAN** | Does the plan provide dental coverage for adults? | [optional]
9
+ **age29_rider** | **BOOLEAN** | True if the plan allows dependents up to age 29 | [optional]
10
+ **ambulance** | **String** | Benefits string for ambulance coverage | [optional]
11
+ **benefits_summary_url** | **String** | Link to the summary of benefits and coverage (SBC) document. | [optional]
12
+ **buy_link** | **String** | Link to a location to purchase the plan. | [optional]
13
+ **carrier_disclaimer** | **String** | Most recent Disclaimer issued for this Plan | [optional]
14
+ **carrier_name** | **String** | Name of the insurance carrier | [optional]
15
+ **child_dental** | **String** | Child Dental benefits string | [optional]
16
+ **child_eye_exam** | **String** | Child eye exam benefits summary | [optional]
17
+ **child_eyewear** | **String** | Child eyewear benefits summary | [optional]
18
+ **chiropractic_services** | **String** | Chiropractic services benefits summary | [optional]
19
+ **coinsurance** | **Float** | Standard cost share for most benefits | [optional]
20
+ **customer_service_phone_number** | **String** | Phone number to contact the insurance carrier | [optional]
21
+ **diagnostic_test** | **String** | Diagnostic tests benefit summary | [optional]
22
+ **display_name** | **String** | Alternate name for the Plan | [optional]
23
+ **dp_rider** | **BOOLEAN** | True if plan does not cover domestic partners | [optional]
24
+ **drug_formulary_url** | **String** | Link to the summary of drug benefits for the plan | [optional]
25
+ **durable_medical_equipment** | **String** | Benefits summary for durable medical equipment | [optional]
26
+ **effective_date** | **String** | Effective date of coverage. | [optional]
27
+ **embedded_deductible** | **String** | Is the individual deductible for each covered person, embedded in the family deductible | [optional]
28
+ **emergency_room** | **String** | Description of costs when visiting the ER | [optional]
29
+ **essential_health_benefits_percentage** | **Float** | Percentage of essential plan benefits | [optional]
30
+ **expiration_date** | **String** | Expiration date of coverage. | [optional]
31
+ **family_drug_deductible** | **String** | Deductible for drugs when a family is on the plan. | [optional]
32
+ **family_drug_moop** | **String** | Maximum out-of-pocket for drugs when a family is on the plan | [optional]
33
+ **family_medical_deductible** | **String** | Deductible when a family is on the plan | [optional]
34
+ **family_medical_moop** | **String** | Maximum out-of-pocket when a family is on the plan | [optional]
35
+ **fp_rider** | **BOOLEAN** | True if plan does not cover family planning | [optional]
36
+ **gated** | **BOOLEAN** | Does the plan's network require a physician referral? | [optional]
37
+ **generic_drugs** | **String** | Cost for generic drugs | [optional]
38
+ **habilitation_services** | **String** | Habilitation services benefits summary | [optional]
39
+ **hios_issuer_id** | **String** | | [optional]
40
+ **home_health_care** | **String** | Home health care benefits summary | [optional]
41
+ **hospice_service** | **String** | Hospice service benefits summary | [optional]
42
+ **hsa_eligible** | **BOOLEAN** | Is the plan HSA eligible? | [optional]
43
+ **id** | **String** | Government-issued HIOS plan ID | [optional]
44
+ **identifiers** | [**Array<PlanIdentifier>**](PlanIdentifier.md) | List of identifiers of this Plan | [optional]
45
+ **imaging** | **String** | Benefits summary for imaging coverage | [optional]
46
+ **imaging_center** | **String** | Imaging center benefits summary | [optional]
47
+ **imaging_physician** | **String** | Imaging physician benefits summary | [optional]
48
+ **individual_drug_deductible** | **String** | Deductible for drugs when an individual is on the plan | [optional]
49
+ **individual_drug_moop** | **String** | Maximum out-of-pocket for drugs when an individual is on the plan | [optional]
50
+ **individual_medical_deductible** | **String** | Deductible when an individual is on the plan | [optional]
51
+ **individual_medical_moop** | **String** | Maximum out-of-pocket when an individual is on the plan | [optional]
52
+ **infertility_treatment_rider** | **BOOLEAN** | True if plan covers infertility treatment | [optional]
53
+ **inpatient_birth** | **String** | Inpatient birth benefits summary | [optional]
54
+ **inpatient_birth_physician** | **String** | Description of the benefit for inpatient birth physician - this is called “Childbirth/delivery professional services” on an SBC | [optional]
55
+ **inpatient_facility** | **String** | Cost under the plan for an inpatient facility | [optional]
56
+ **inpatient_mental_health** | **String** | Inpatient mental helath benefits summary | [optional]
57
+ **inpatient_physician** | **String** | Cost under the plan for an inpatient physician | [optional]
58
+ **inpatient_substance** | **String** | Inpatient substance abuse benefits summary | [optional]
59
+ **lab_test** | **String** | Lab test benefits summary | [optional]
60
+ **level** | **String** | Plan metal grouping (e.g. platinum, gold, silver, etc) | [optional]
61
+ **logo_url** | **String** | Link to a copy of the insurance carrier's logo | [optional]
62
+ **mail_order_rx** | **Float** | Multiple of the standard Rx cost share for orders filled via mail order | [optional]
63
+ **name** | **String** | Marketing name of the plan | [optional]
64
+ **network_ids** | **Array<Integer>** | List of Vericred-generated network_ids | [optional]
65
+ **network_size** | **Integer** | Total number of Providers in network | [optional]
66
+ **networks** | [**Array<PlanNetwork>**](PlanNetwork.md) | List of networks associated with the plan | [optional]
67
+ **non_preferred_brand_drugs** | **String** | Cost under the plan for non-preferred brand drugs | [optional]
68
+ **nonpreferred_generic_drug_share** | **String** | Non-preferred generic drugs benefits summary | [optional]
69
+ **nonpreferred_specialty_drug_share** | **String** | Non-preferred specialty drugs benefits summary | [optional]
70
+ **off_market** | **BOOLEAN** | Is the plan off-market? | [optional]
71
+ **on_market** | **BOOLEAN** | Is the plan on-market? | [optional]
72
+ **out_of_network_coverage** | **BOOLEAN** | Does this plan provide any out of network coverage? | [optional]
73
+ **outpatient_ambulatory_care_center** | **String** | Outpatient ambulatory care center benefits summary | [optional]
74
+ **outpatient_facility** | **String** | Benefits summary for outpatient facility coverage | [optional]
75
+ **outpatient_mental_health** | **String** | Benefits summary for outpatient mental health coverage | [optional]
76
+ **outpatient_physician** | **String** | Benefits summary for outpatient physician coverage | [optional]
77
+ **outpatient_substance** | **String** | Outpatient substance abuse benefits summary | [optional]
78
+ **plan_ancestors** | [**Array<PlanAncestor>**](PlanAncestor.md) | A list of plan identifiers and years indicating the previous plans that the plan replaces | [optional]
79
+ **plan_calendar** | **String** | Are deductibles and MOOPs reset on Dec-31 (\"calendar year\"), 365 day(s) after enrollment date (\"plan year\"), or are both options available (\"both\")? | [optional]
80
+ **plan_coinsurance** | **String** | The plan-level standard cost-share for substantially all benefits. It includes in-network, out-of-network, and tiers if applicable | [optional]
81
+ **plan_market** | **String** | Market in which the plan is offered (on_marketplace, shop, etc) | [optional]
82
+ **plan_type** | **String** | Category of the plan (e.g. EPO, HMO, PPO, POS, Indemnity, PACE, Medicare-Medicaid, HMO w/POS, Cost, FFS, MSA) | [optional]
83
+ **postnatal_care** | **String** | Post-natal care benefits summary | [optional]
84
+ **preferred_brand_drugs** | **String** | Cost under the plan for perferred brand drugs | [optional]
85
+ **prenatal_care** | **String** | Prenatal care benefits summary | [optional]
86
+ **prenatal_postnatal_care** | **String** | Inpatient substance abuse benefits summary | [optional]
87
+ **preventative_care** | **String** | Benefits summary for preventative care | [optional]
88
+ **primary_care_physician** | **String** | Cost under the plan to visit a Primary Care Physician | [optional]
89
+ **rehabilitation_services** | **String** | Benefits summary for rehabilitation services | [optional]
90
+ **service_area_id** | **String** | Foreign key for service area | [optional]
91
+ **skilled_nursing** | **String** | Benefits summary for skilled nursing services | [optional]
92
+ **skilled_nursing_facility_365** | **String** | Does the plan cover full-time, year-round, nursing facilities? | [optional]
93
+ **source** | **String** | Source of the plan benefit data | [optional]
94
+ **specialist** | **String** | Cost under the plan to visit a specialist | [optional]
95
+ **specialty_drugs** | **String** | Cost under the plan for specialty drugs | [optional]
96
+ **telemedicine** | **String** | Indicates whether there is coverage for the remote delivery of medical benefits | [optional]
97
+ **type** | **String** | The type of the Plan | [optional]
98
+ **urgent_care** | **String** | Benefits summary for urgent care | [optional]
99
+
100
+
@@ -12,7 +12,7 @@ Name | Type | Description | Notes
12
12
  **buy_link** | **String** | Link to a location to purchase the plan. | [optional]
13
13
  **carrier_disclaimer** | **String** | Most recent Disclaimer issued for this Plan | [optional]
14
14
  **carrier_name** | **String** | Name of the insurance carrier | [optional]
15
- **child_dental** | **String** | Child Dental benefits string | [optional]
15
+ **child_dental** | **BOOLEAN** | Does the plan provide dental coverage for children? | [optional]
16
16
  **child_eye_exam** | **String** | Child eye exam benefits summary | [optional]
17
17
  **child_eyewear** | **String** | Child eyewear benefits summary | [optional]
18
18
  **chiropractic_services** | **String** | Chiropractic services benefits summary | [optional]
@@ -12,7 +12,7 @@ Name | Type | Description | Notes
12
12
  **buy_link** | **String** | Link to a location to purchase the plan. | [optional]
13
13
  **carrier_disclaimer** | **String** | Most recent Disclaimer issued for this Plan | [optional]
14
14
  **carrier_name** | **String** | Name of the insurance carrier | [optional]
15
- **child_dental** | **String** | Child Dental benefits string | [optional]
15
+ **child_dental** | **BOOLEAN** | Does the plan provide dental coverage for children? | [optional]
16
16
  **child_eye_exam** | **String** | Child eye exam benefits summary | [optional]
17
17
  **child_eyewear** | **String** | Child eyewear benefits summary | [optional]
18
18
  **chiropractic_services** | **String** | Chiropractic services benefits summary | [optional]
@@ -9,9 +9,8 @@ Name | Type | Description | Notes
9
9
  **ambulance** | **String** | Benefits string for ambulance coverage | [optional]
10
10
  **benefits_summary_url** | **String** | Link to the summary of benefits and coverage (SBC) document. | [optional]
11
11
  **buy_link** | **String** | Link to a location to purchase the plan. | [optional]
12
- **carrier_disclaimer** | **String** | Most recent Disclaimer issued for this Plan | [optional]
13
12
  **carrier_name** | **String** | Name of the insurance carrier | [optional]
14
- **child_dental** | **String** | Child Dental benefits string | [optional]
13
+ **child_dental** | **BOOLEAN** | Does the plan provide dental coverage for children? | [optional]
15
14
  **child_eye_exam** | **String** | Child eye exam benefits summary | [optional]
16
15
  **child_eyewear** | **String** | Child eyewear benefits summary | [optional]
17
16
  **chiropractic_services** | **String** | Chiropractic services benefits summary | [optional]
@@ -0,0 +1,93 @@
1
+ # VericredClient::ACAPlanPre2018Bulk
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **actuarial_value** | **Float** | Percentage of total average costs for covered benefits that a plan will cover. | [optional]
7
+ **adult_dental** | **BOOLEAN** | Does the plan provide dental coverage for adults? | [optional]
8
+ **age29_rider** | **BOOLEAN** | True if the plan allows dependents up to age 29 | [optional]
9
+ **ambulance** | **String** | Benefits string for ambulance coverage | [optional]
10
+ **benefits_summary_url** | **String** | Link to the summary of benefits and coverage (SBC) document. | [optional]
11
+ **buy_link** | **String** | Link to a location to purchase the plan. | [optional]
12
+ **carrier_disclaimer** | **String** | Most recent Disclaimer issued for this Plan | [optional]
13
+ **carrier_name** | **String** | Name of the insurance carrier | [optional]
14
+ **child_dental** | **BOOLEAN** | Does the plan provide dental coverage for children? | [optional]
15
+ **child_eye_exam** | **String** | Child eye exam benefits summary | [optional]
16
+ **child_eyewear** | **String** | Child eyewear benefits summary | [optional]
17
+ **chiropractic_services** | **String** | Chiropractic services benefits summary | [optional]
18
+ **coinsurance** | **Float** | Standard cost share for most benefits | [optional]
19
+ **customer_service_phone_number** | **String** | Phone number to contact the insurance carrier | [optional]
20
+ **diagnostic_test** | **String** | Diagnostic tests benefit summary | [optional]
21
+ **display_name** | **String** | Alternate name for the Plan | [optional]
22
+ **dp_rider** | **BOOLEAN** | True if plan does not cover domestic partners | [optional]
23
+ **drug_formulary_url** | **String** | Link to the summary of drug benefits for the plan | [optional]
24
+ **durable_medical_equipment** | **String** | Benefits summary for durable medical equipment | [optional]
25
+ **effective_date** | **String** | Effective date of coverage. | [optional]
26
+ **embedded_deductible** | **String** | Is the individual deductible for each covered person, embedded in the family deductible | [optional]
27
+ **emergency_room** | **String** | Description of costs when visiting the ER | [optional]
28
+ **expiration_date** | **String** | Expiration date of coverage. | [optional]
29
+ **family_drug_deductible** | **String** | Deductible for drugs when a family is on the plan. | [optional]
30
+ **family_drug_moop** | **String** | Maximum out-of-pocket for drugs when a family is on the plan | [optional]
31
+ **family_medical_deductible** | **String** | Deductible when a family is on the plan | [optional]
32
+ **family_medical_moop** | **String** | Maximum out-of-pocket when a family is on the plan | [optional]
33
+ **fp_rider** | **BOOLEAN** | True if plan does not cover family planning | [optional]
34
+ **gated** | **BOOLEAN** | Does the plan's network require a physician referral? | [optional]
35
+ **generic_drugs** | **String** | Cost for generic drugs | [optional]
36
+ **habilitation_services** | **String** | Habilitation services benefits summary | [optional]
37
+ **hios_issuer_id** | **String** | | [optional]
38
+ **home_health_care** | **String** | Home health care benefits summary | [optional]
39
+ **hospice_service** | **String** | Hospice service benefits summary | [optional]
40
+ **hsa_eligible** | **BOOLEAN** | Is the plan HSA eligible? | [optional]
41
+ **id** | **String** | Government-issued HIOS plan ID | [optional]
42
+ **identifiers** | [**Array<PlanIdentifier>**](PlanIdentifier.md) | List of identifiers of this Plan | [optional]
43
+ **imaging** | **String** | Benefits summary for imaging coverage | [optional]
44
+ **imaging_center** | **String** | Imaging center benefits summary | [optional]
45
+ **imaging_physician** | **String** | Imaging physician benefits summary | [optional]
46
+ **individual_drug_deductible** | **String** | Deductible for drugs when an individual is on the plan | [optional]
47
+ **individual_drug_moop** | **String** | Maximum out-of-pocket for drugs when an individual is on the plan | [optional]
48
+ **individual_medical_deductible** | **String** | Deductible when an individual is on the plan | [optional]
49
+ **individual_medical_moop** | **String** | Maximum out-of-pocket when an individual is on the plan | [optional]
50
+ **inpatient_birth** | **String** | Inpatient birth benefits summary | [optional]
51
+ **inpatient_facility** | **String** | Cost under the plan for an inpatient facility | [optional]
52
+ **inpatient_mental_health** | **String** | Inpatient mental helath benefits summary | [optional]
53
+ **inpatient_physician** | **String** | Cost under the plan for an inpatient physician | [optional]
54
+ **inpatient_substance** | **String** | Inpatient substance abuse benefits summary | [optional]
55
+ **lab_test** | **String** | Lab test benefits summary | [optional]
56
+ **level** | **String** | Plan metal grouping (e.g. platinum, gold, silver, etc) | [optional]
57
+ **logo_url** | **String** | Link to a copy of the insurance carrier's logo | [optional]
58
+ **mail_order_rx** | **Float** | Multiple of the standard Rx cost share for orders filled via mail order | [optional]
59
+ **name** | **String** | Marketing name of the plan | [optional]
60
+ **network_ids** | **Array<Integer>** | List of Vericred-generated network_ids | [optional]
61
+ **network_size** | **Integer** | Total number of Providers in network | [optional]
62
+ **networks** | [**Array<PlanNetwork>**](PlanNetwork.md) | List of networks associated with the plan | [optional]
63
+ **non_preferred_brand_drugs** | **String** | Cost under the plan for non-preferred brand drugs | [optional]
64
+ **nonpreferred_generic_drug_share** | **String** | Non-preferred generic drugs benefits summary | [optional]
65
+ **nonpreferred_specialty_drug_share** | **String** | Non-preferred specialty drugs benefits summary | [optional]
66
+ **off_market** | **BOOLEAN** | Is the plan off-market? | [optional]
67
+ **on_market** | **BOOLEAN** | Is the plan on-market? | [optional]
68
+ **out_of_network_coverage** | **BOOLEAN** | Does this plan provide any out of network coverage? | [optional]
69
+ **outpatient_ambulatory_care_center** | **String** | Outpatient ambulatory care center benefits summary | [optional]
70
+ **outpatient_facility** | **String** | Benefits summary for outpatient facility coverage | [optional]
71
+ **outpatient_mental_health** | **String** | Benefits summary for outpatient mental health coverage | [optional]
72
+ **outpatient_physician** | **String** | Benefits summary for outpatient physician coverage | [optional]
73
+ **outpatient_substance** | **String** | Outpatient substance abuse benefits summary | [optional]
74
+ **plan_calendar** | **String** | Are deductibles and MOOPs reset on Dec-31 (\"calendar year\"), 365 day(s) after enrollment date (\"plan year\"), or are both options available (\"both\")? | [optional]
75
+ **plan_market** | **String** | Market in which the plan is offered (on_marketplace, shop, etc) | [optional]
76
+ **plan_type** | **String** | Category of the plan (e.g. EPO, HMO, PPO, POS, Indemnity, PACE, Medicare-Medicaid, HMO w/POS, Cost, FFS, MSA) | [optional]
77
+ **postnatal_care** | **String** | Post-natal care benefits summary | [optional]
78
+ **preferred_brand_drugs** | **String** | Cost under the plan for perferred brand drugs | [optional]
79
+ **prenatal_care** | **String** | Prenatal care benefits summary | [optional]
80
+ **prenatal_postnatal_care** | **String** | Inpatient substance abuse benefits summary | [optional]
81
+ **preventative_care** | **String** | Benefits summary for preventative care | [optional]
82
+ **primary_care_physician** | **String** | Cost under the plan to visit a Primary Care Physician | [optional]
83
+ **rehabilitation_services** | **String** | Benefits summary for rehabilitation services | [optional]
84
+ **service_area_id** | **String** | Foreign key for service area | [optional]
85
+ **skilled_nursing** | **String** | Benefits summary for skilled nursing services | [optional]
86
+ **skilled_nursing_facility_365** | **String** | Does the plan cover full-time, year-round, nursing facilities? | [optional]
87
+ **source** | **String** | Source of the plan benefit data | [optional]
88
+ **specialist** | **String** | Cost under the plan to visit a specialist | [optional]
89
+ **specialty_drugs** | **String** | Cost under the plan for specialty drugs | [optional]
90
+ **type** | **String** | The type of the Plan | [optional]
91
+ **urgent_care** | **String** | Benefits summary for urgent care | [optional]
92
+
93
+
@@ -9,7 +9,6 @@ Name | Type | Description | Notes
9
9
  **ambulance** | **String** | Benefits string for ambulance coverage | [optional]
10
10
  **benefits_summary_url** | **String** | Link to the summary of benefits and coverage (SBC) document. | [optional]
11
11
  **buy_link** | **String** | Link to a location to purchase the plan. | [optional]
12
- **carrier_disclaimer** | **String** | Most recent Disclaimer issued for this Plan | [optional]
13
12
  **carrier_name** | **String** | Name of the insurance carrier | [optional]
14
13
  **child_dental** | **String** | Child Dental benefits string | [optional]
15
14
  **child_eye_exam** | **String** | Child eye exam benefits summary | [optional]
@@ -0,0 +1,10 @@
1
+ # VericredClient::AdultChildTierComposite
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **adult** | **String** | The adult per person premium | [optional]
7
+ **child** | **String** | The child per person premium | [optional]
8
+ **total** | **String** | The total premium for this rate | [optional]
9
+
10
+
@@ -0,0 +1,13 @@
1
+ # VericredClient::CarrierSubsidiaryDisclaimer
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **active_from** | **Date** | The effective date of the Disclaimer | [optional]
7
+ **active_until** | **Date** | The expiration date of the Disclaimer | [optional]
8
+ **disclaimer** | **String** | The written text of the Disclaimer | [optional]
9
+ **issuer_vericred_id** | **String** | The unique Vericred id of the Carrier Subsidiary | [optional]
10
+ **line_of_coverage** | **String** | The product line for which the Disclaimer is issued | [optional]
11
+ **market** | **String** | The market for which the Disclaimer is issued | [optional]
12
+
13
+
@@ -0,0 +1,119 @@
1
+ # VericredClient::CarrierSubsidiaryDisclaimersApi
2
+
3
+ All URIs are relative to *https://api.vericred.com/*
4
+
5
+ Method | HTTP request | Description
6
+ ------------- | ------------- | -------------
7
+ [**delete_carrier_subsidiary_disclaimer**](CarrierSubsidiaryDisclaimersApi.md#delete_carrier_subsidiary_disclaimer) | **DELETE** /carrier_subsidiary_disclaimers/{vericred_id} | Delete a Carrier Subsidiary Disclaimer
8
+ [**put_carrier_subsidiary_disclaimer**](CarrierSubsidiaryDisclaimersApi.md#put_carrier_subsidiary_disclaimer) | **PUT** /carrier_subsidiary_disclaimers/{vericred_id} | Create/update a Carrier Subsidiary Disclaimer
9
+
10
+
11
+ # **delete_carrier_subsidiary_disclaimer**
12
+ > delete_carrier_subsidiary_disclaimer(vericred_id)
13
+
14
+ Delete a Carrier Subsidiary Disclaimer
15
+
16
+ Soft delete a Carrier Subsidiary Disclaimer in the database.
17
+
18
+ ### Example
19
+ ```ruby
20
+ # load the gem
21
+ require 'vericred_client'
22
+ # setup authorization
23
+ VericredClient.configure do |config|
24
+ # Configure API key authorization: Vericred-Api-Key
25
+ config.api_key['Vericred-Api-Key'] = 'YOUR API KEY'
26
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
27
+ #config.api_key_prefix['Vericred-Api-Key'] = 'Bearer'
28
+ end
29
+
30
+ api_instance = VericredClient::CarrierSubsidiaryDisclaimersApi.new
31
+
32
+ vericred_id = "a234567b90" # String | The unique Vericred id
33
+
34
+
35
+ begin
36
+ #Delete a Carrier Subsidiary Disclaimer
37
+ api_instance.delete_carrier_subsidiary_disclaimer(vericred_id)
38
+ rescue VericredClient::ApiError => e
39
+ puts "Exception when calling CarrierSubsidiaryDisclaimersApi->delete_carrier_subsidiary_disclaimer: #{e}"
40
+ end
41
+ ```
42
+
43
+ ### Parameters
44
+
45
+ Name | Type | Description | Notes
46
+ ------------- | ------------- | ------------- | -------------
47
+ **vericred_id** | **String**| The unique Vericred id |
48
+
49
+ ### Return type
50
+
51
+ nil (empty response body)
52
+
53
+ ### Authorization
54
+
55
+ [Vericred-Api-Key](../README.md#Vericred-Api-Key)
56
+
57
+ ### HTTP request headers
58
+
59
+ - **Content-Type**: application/json
60
+ - **Accept**: application/json
61
+
62
+
63
+
64
+ # **put_carrier_subsidiary_disclaimer**
65
+ > put_carrier_subsidiary_disclaimer(vericred_id, body)
66
+
67
+ Create/update a Carrier Subsidiary Disclaimer
68
+
69
+ Add or update a Carrier Subsidiary Disclaimer to the database.
70
+
71
+ ### Example
72
+ ```ruby
73
+ # load the gem
74
+ require 'vericred_client'
75
+ # setup authorization
76
+ VericredClient.configure do |config|
77
+ # Configure API key authorization: Vericred-Api-Key
78
+ config.api_key['Vericred-Api-Key'] = 'YOUR API KEY'
79
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
80
+ #config.api_key_prefix['Vericred-Api-Key'] = 'Bearer'
81
+ end
82
+
83
+ api_instance = VericredClient::CarrierSubsidiaryDisclaimersApi.new
84
+
85
+ vericred_id = "a234567b90" # String | The unique Vericred id
86
+
87
+ body = VericredClient::CarrierSubsidiaryDisclaimer.new # CarrierSubsidiaryDisclaimer | Carrier Subsidiary Disclaimer Record
88
+
89
+
90
+ begin
91
+ #Create/update a Carrier Subsidiary Disclaimer
92
+ api_instance.put_carrier_subsidiary_disclaimer(vericred_id, body)
93
+ rescue VericredClient::ApiError => e
94
+ puts "Exception when calling CarrierSubsidiaryDisclaimersApi->put_carrier_subsidiary_disclaimer: #{e}"
95
+ end
96
+ ```
97
+
98
+ ### Parameters
99
+
100
+ Name | Type | Description | Notes
101
+ ------------- | ------------- | ------------- | -------------
102
+ **vericred_id** | **String**| The unique Vericred id |
103
+ **body** | [**CarrierSubsidiaryDisclaimer**](CarrierSubsidiaryDisclaimer.md)| Carrier Subsidiary Disclaimer Record |
104
+
105
+ ### Return type
106
+
107
+ nil (empty response body)
108
+
109
+ ### Authorization
110
+
111
+ [Vericred-Api-Key](../README.md#Vericred-Api-Key)
112
+
113
+ ### HTTP request headers
114
+
115
+ - **Content-Type**: application/json
116
+ - **Accept**: application/json
117
+
118
+
119
+
data/docs/DentalPlan.md CHANGED
@@ -6,7 +6,6 @@ Name | Type | Description | Notes
6
6
  **audience** | **String** | The dental plan audience | [optional]
7
7
  **benefits** | [**DentalPlanBenefits**](DentalPlanBenefits.md) | Dental Plan Benefits | [optional]
8
8
  **benefits_summary_url** | **String** | Link to the summary of benefits and coverage (SBC) document. | [optional]
9
- **carrier_disclaimer** | **String** | Most recent Disclaimer issued for this Plan | [optional]
10
9
  **id** | **String** | The dental plan identifier | [optional]
11
10
  **identifiers** | [**Array<AncillaryPlanIdentifier>**](AncillaryPlanIdentifier.md) | List of identifiers of this Plan | [optional]
12
11
  **issuer_name** | **String** | Name of the insurance carrier | [optional]
@@ -0,0 +1,21 @@
1
+ # VericredClient::DentalPlanBulk
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **audience** | **String** | The dental plan audience | [optional]
7
+ **benefits** | [**DentalPlanBenefits**](DentalPlanBenefits.md) | Dental Plan Benefits | [optional]
8
+ **benefits_summary_url** | **String** | Link to the summary of benefits and coverage (SBC) document. | [optional]
9
+ **carrier_disclaimer** | **String** | Most recent Disclaimer issued for this Plan | [optional]
10
+ **id** | **String** | The dental plan identifier | [optional]
11
+ **identifiers** | [**Array<AncillaryPlanIdentifier>**](AncillaryPlanIdentifier.md) | List of identifiers of this Plan | [optional]
12
+ **issuer_name** | **String** | Name of the insurance carrier | [optional]
13
+ **logo_url** | **String** | Link to a copy of the insurance carrier's logo | [optional]
14
+ **name** | **String** | Marketing name of the plan | [optional]
15
+ **network_size** | **Integer** | Total number of Providers in network | [optional]
16
+ **networks** | [**Array<PlanNetwork>**](PlanNetwork.md) | List of networks associated with the plan | [optional]
17
+ **plan_type** | **String** | Category of the plan (e.g. EPO, HMO, PPO, POS, Indemnity, PACE, Medicare-Medicaid, HMO w/POS, Cost, FFS, MSA) | [optional]
18
+ **source** | **String** | Source of the plan benefit data | [optional]
19
+ **stand_alone** | **BOOLEAN** | Stand alone flag for dental plan | [optional]
20
+
21
+
@@ -4,7 +4,7 @@
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
6
  **employee_only** | **String** | The employee-only per person premium | [optional]
7
- **employee_plus_child** | **String** | The employee-plus-child per person premium | [optional]
7
+ **employee_plus_children** | **String** | The employee-plus-children per person premium | [optional]
8
8
  **employee_plus_family** | **String** | The employee-plus-family per person premium | [optional]
9
9
  **employee_plus_spouse** | **String** | The employee-plus-spouse per person premium | [optional]
10
10
  **total** | **String** | The total premium for this rate | [optional]
@@ -3,7 +3,6 @@
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
- **adult_dental** | **String** | Adult Dental benefits string | [optional]
7
6
  **ambulance** | **String** | Ambulance benefits string | [optional]
8
7
  **child_dental** | **String** | Child Dental benefits string | [optional]
9
8
  **child_eye_exam** | **String** | Child Eye Exam benefits string | [optional]
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
6
6
  **abortion_rider** | **BOOLEAN** | True if plan covers abortion when there is no public funding available | [optional]
7
7
  **actively_marketed** | **String** | Indicates whether this plan is being actively marketed by the carrier. | [optional]
8
8
  **actuarial_value** | **Float** | Percentage of total average costs for covered benefits that a plan will cover. | [optional]
9
+ **adult_dental** | **BOOLEAN** | Adult dental string boolean | [optional]
9
10
  **age29_rider** | **BOOLEAN** | True if the plan allows dependents up to age 29 | [optional]
10
11
  **audience** | **String** | The medical plan audience | [optional]
11
12
  **benefits** | [**MedicalPlanBenefits**](MedicalPlanBenefits.md) | Medical Plan Benefits | [optional]
@@ -0,0 +1,10 @@
1
+ # VericredClient::MemberAdultChildTierComposite
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **adult** | **String** | The adult per person premium | [optional]
7
+ **child** | **String** | The child per person premium | [optional]
8
+ **total** | **String** | The total premium for this rate | [optional]
9
+
10
+
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
6
6
  **_2_tier_composite** | [**Composite**](Composite.md) | Two Tier Composite Premium | [optional]
7
7
  **_3_tier_composite** | [**Composite**](Composite.md) | Three Tier Composite Premium | [optional]
8
8
  **_4_tier_composite** | [**Composite**](Composite.md) | Four Tier Composite Premium | [optional]
9
+ **adult_child_tier_composite** | [**AdultChildTierComposite**](AdultChildTierComposite.md) | Adult Child Tier Composite Premiums | [optional]
9
10
  **age_banded** | [**MemberAgeBanded**](MemberAgeBanded.md) | Age Banded Premium Totals | [optional]
10
11
 
11
12
 
data/docs/Plan.md CHANGED
@@ -3,7 +3,6 @@
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
- **carrier_disclaimer** | **String** | Most recent Disclaimer issued for this Plan | [optional]
7
6
  **identifiers** | [**Array<PlanIdentifier>**](PlanIdentifier.md) | List of identifiers of this Plan | [optional]
8
7
  **name** | **String** | Marketing name of the plan | [optional]
9
8
  **network_size** | **Integer** | Total number of Providers in network | [optional]
data/docs/PlanMedicare.md CHANGED
@@ -3,7 +3,6 @@
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
- **carrier_disclaimer** | **String** | Most recent Disclaimer issued for this Plan | [optional]
7
6
  **id** | **String** | Government-issued MedicareAdvantage plan ID | [optional]
8
7
  **identifiers** | [**Array<PlanIdentifier>**](PlanIdentifier.md) | List of identifiers of this Plan | [optional]
9
8
  **name** | **String** | Marketing name of the plan | [optional]
@@ -3,7 +3,6 @@
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
- **carrier_disclaimer** | **String** | Most recent Disclaimer issued for this Plan | [optional]
7
6
  **formulary_name** | **String** | Name of the Plan's Formulary | [optional]
8
7
  **id** | **String** | Government-issued MedicareAdvantage plan ID | [optional]
9
8
  **identifiers** | [**Array<PlanIdentifier>**](PlanIdentifier.md) | List of identifiers of this Plan | [optional]
data/docs/Premiums.md CHANGED
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
6
6
  **_2_tier_composite** | [**TwoTierComposite**](TwoTierComposite.md) | Two Tier Composite Premiums | [optional]
7
7
  **_3_tier_composite** | [**ThreeTierComposite**](ThreeTierComposite.md) | Three Tier Composite Premiums | [optional]
8
8
  **_4_tier_composite** | [**FourTierComposite**](FourTierComposite.md) | Four Tier Composite Premiums | [optional]
9
+ **adult_child_tier_composite** | [**AdultChildTierComposite**](AdultChildTierComposite.md) | Adult Child Tier Composite Premiums | [optional]
9
10
  **age_banded** | [**AgeBanded**](AgeBanded.md) | Age Banded Premium Totals | [optional]
10
11
 
11
12