Name | Type | Description | Notes |
---|---|---|---|
identifier | Identifier | [optional] | |
name | String | Name of insurance plan | [optional] |
type | String | Type of insurance plan | [optional] |
require 'primary_connect_client'
instance = PrimaryConnectClient::VisitPlan.new(
identifier: null,
name: Insurance Plan name,
type: Insurance Plan Type
)