github.com/optim-corp/cios-golang-sdk@v0.5.1/cios/docs/ContractItem.md (about)

     1  # ContractItem
     2  
     3  ## Properties
     4  
     5  Name | Type | Description | Notes
     6  ------------ | ------------- | ------------- | -------------
     7  **ItemId** | Pointer to **string** |  | [optional] 
     8  **PlanId** | Pointer to **string** |  | [optional] 
     9  
    10  ## Methods
    11  
    12  ### NewContractItem
    13  
    14  `func NewContractItem() *ContractItem`
    15  
    16  NewContractItem instantiates a new ContractItem object
    17  This constructor will assign default values to properties that have it defined,
    18  and makes sure properties required by API are set, but the set of arguments
    19  will change when the set of required properties is changed
    20  
    21  ### NewContractItemWithDefaults
    22  
    23  `func NewContractItemWithDefaults() *ContractItem`
    24  
    25  NewContractItemWithDefaults instantiates a new ContractItem object
    26  This constructor will only assign default values to properties that have it defined,
    27  but it doesn't guarantee that properties required by API are set
    28  
    29  ### GetItemId
    30  
    31  `func (o *ContractItem) GetItemId() string`
    32  
    33  GetItemId returns the ItemId field if non-nil, zero value otherwise.
    34  
    35  ### GetItemIdOk
    36  
    37  `func (o *ContractItem) GetItemIdOk() (*string, bool)`
    38  
    39  GetItemIdOk returns a tuple with the ItemId field if it's non-nil, zero value otherwise
    40  and a boolean to check if the value has been set.
    41  
    42  ### SetItemId
    43  
    44  `func (o *ContractItem) SetItemId(v string)`
    45  
    46  SetItemId sets ItemId field to given value.
    47  
    48  ### HasItemId
    49  
    50  `func (o *ContractItem) HasItemId() bool`
    51  
    52  HasItemId returns a boolean if a field has been set.
    53  
    54  ### GetPlanId
    55  
    56  `func (o *ContractItem) GetPlanId() string`
    57  
    58  GetPlanId returns the PlanId field if non-nil, zero value otherwise.
    59  
    60  ### GetPlanIdOk
    61  
    62  `func (o *ContractItem) GetPlanIdOk() (*string, bool)`
    63  
    64  GetPlanIdOk returns a tuple with the PlanId field if it's non-nil, zero value otherwise
    65  and a boolean to check if the value has been set.
    66  
    67  ### SetPlanId
    68  
    69  `func (o *ContractItem) SetPlanId(v string)`
    70  
    71  SetPlanId sets PlanId field to given value.
    72  
    73  ### HasPlanId
    74  
    75  `func (o *ContractItem) HasPlanId() bool`
    76  
    77  HasPlanId returns a boolean if a field has been set.
    78  
    79  
    80  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    81  
    82