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

     1  # ContractOwner
     2  
     3  ## Properties
     4  
     5  Name | Type | Description | Notes
     6  ------------ | ------------- | ------------- | -------------
     7  **Id** | Pointer to **string** |  | [optional] 
     8  **Name** | Pointer to **string** |  | [optional] 
     9  **PhoneNumber** | Pointer to **string** |  | [optional] 
    10  **PhoneNumber2** | Pointer to **string** |  | [optional] 
    11  **Address** | Pointer to [**ContractOwnerAddress**](ContractOwnerAddress.md) |  | [optional] 
    12  
    13  ## Methods
    14  
    15  ### NewContractOwner
    16  
    17  `func NewContractOwner() *ContractOwner`
    18  
    19  NewContractOwner instantiates a new ContractOwner object
    20  This constructor will assign default values to properties that have it defined,
    21  and makes sure properties required by API are set, but the set of arguments
    22  will change when the set of required properties is changed
    23  
    24  ### NewContractOwnerWithDefaults
    25  
    26  `func NewContractOwnerWithDefaults() *ContractOwner`
    27  
    28  NewContractOwnerWithDefaults instantiates a new ContractOwner object
    29  This constructor will only assign default values to properties that have it defined,
    30  but it doesn't guarantee that properties required by API are set
    31  
    32  ### GetId
    33  
    34  `func (o *ContractOwner) GetId() string`
    35  
    36  GetId returns the Id field if non-nil, zero value otherwise.
    37  
    38  ### GetIdOk
    39  
    40  `func (o *ContractOwner) GetIdOk() (*string, bool)`
    41  
    42  GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise
    43  and a boolean to check if the value has been set.
    44  
    45  ### SetId
    46  
    47  `func (o *ContractOwner) SetId(v string)`
    48  
    49  SetId sets Id field to given value.
    50  
    51  ### HasId
    52  
    53  `func (o *ContractOwner) HasId() bool`
    54  
    55  HasId returns a boolean if a field has been set.
    56  
    57  ### GetName
    58  
    59  `func (o *ContractOwner) GetName() string`
    60  
    61  GetName returns the Name field if non-nil, zero value otherwise.
    62  
    63  ### GetNameOk
    64  
    65  `func (o *ContractOwner) GetNameOk() (*string, bool)`
    66  
    67  GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise
    68  and a boolean to check if the value has been set.
    69  
    70  ### SetName
    71  
    72  `func (o *ContractOwner) SetName(v string)`
    73  
    74  SetName sets Name field to given value.
    75  
    76  ### HasName
    77  
    78  `func (o *ContractOwner) HasName() bool`
    79  
    80  HasName returns a boolean if a field has been set.
    81  
    82  ### GetPhoneNumber
    83  
    84  `func (o *ContractOwner) GetPhoneNumber() string`
    85  
    86  GetPhoneNumber returns the PhoneNumber field if non-nil, zero value otherwise.
    87  
    88  ### GetPhoneNumberOk
    89  
    90  `func (o *ContractOwner) GetPhoneNumberOk() (*string, bool)`
    91  
    92  GetPhoneNumberOk returns a tuple with the PhoneNumber field if it's non-nil, zero value otherwise
    93  and a boolean to check if the value has been set.
    94  
    95  ### SetPhoneNumber
    96  
    97  `func (o *ContractOwner) SetPhoneNumber(v string)`
    98  
    99  SetPhoneNumber sets PhoneNumber field to given value.
   100  
   101  ### HasPhoneNumber
   102  
   103  `func (o *ContractOwner) HasPhoneNumber() bool`
   104  
   105  HasPhoneNumber returns a boolean if a field has been set.
   106  
   107  ### GetPhoneNumber2
   108  
   109  `func (o *ContractOwner) GetPhoneNumber2() string`
   110  
   111  GetPhoneNumber2 returns the PhoneNumber2 field if non-nil, zero value otherwise.
   112  
   113  ### GetPhoneNumber2Ok
   114  
   115  `func (o *ContractOwner) GetPhoneNumber2Ok() (*string, bool)`
   116  
   117  GetPhoneNumber2Ok returns a tuple with the PhoneNumber2 field if it's non-nil, zero value otherwise
   118  and a boolean to check if the value has been set.
   119  
   120  ### SetPhoneNumber2
   121  
   122  `func (o *ContractOwner) SetPhoneNumber2(v string)`
   123  
   124  SetPhoneNumber2 sets PhoneNumber2 field to given value.
   125  
   126  ### HasPhoneNumber2
   127  
   128  `func (o *ContractOwner) HasPhoneNumber2() bool`
   129  
   130  HasPhoneNumber2 returns a boolean if a field has been set.
   131  
   132  ### GetAddress
   133  
   134  `func (o *ContractOwner) GetAddress() ContractOwnerAddress`
   135  
   136  GetAddress returns the Address field if non-nil, zero value otherwise.
   137  
   138  ### GetAddressOk
   139  
   140  `func (o *ContractOwner) GetAddressOk() (*ContractOwnerAddress, bool)`
   141  
   142  GetAddressOk returns a tuple with the Address field if it's non-nil, zero value otherwise
   143  and a boolean to check if the value has been set.
   144  
   145  ### SetAddress
   146  
   147  `func (o *ContractOwner) SetAddress(v ContractOwnerAddress)`
   148  
   149  SetAddress sets Address field to given value.
   150  
   151  ### HasAddress
   152  
   153  `func (o *ContractOwner) HasAddress() bool`
   154  
   155  HasAddress returns a boolean if a field has been set.
   156  
   157  
   158  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
   159  
   160