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

     1  # ContractOwnerAddress
     2  
     3  ## Properties
     4  
     5  Name | Type | Description | Notes
     6  ------------ | ------------- | ------------- | -------------
     7  **Country** | Pointer to **string** | ISO 3166-1 alpha-2 | [optional] 
     8  **ZipCode** | Pointer to **string** |  | [optional] 
     9  **State** | Pointer to **string** |  | [optional] 
    10  **City** | Pointer to **string** |  | [optional] 
    11  **Address1** | Pointer to **string** |  | [optional] 
    12  **Address2** | Pointer to **string** |  | [optional] 
    13  **Tags** | Pointer to **[]string** |  | [optional] 
    14  **CustomFields** | Pointer to **map[string]interface{}** |  | [optional] 
    15  
    16  ## Methods
    17  
    18  ### NewContractOwnerAddress
    19  
    20  `func NewContractOwnerAddress() *ContractOwnerAddress`
    21  
    22  NewContractOwnerAddress instantiates a new ContractOwnerAddress object
    23  This constructor will assign default values to properties that have it defined,
    24  and makes sure properties required by API are set, but the set of arguments
    25  will change when the set of required properties is changed
    26  
    27  ### NewContractOwnerAddressWithDefaults
    28  
    29  `func NewContractOwnerAddressWithDefaults() *ContractOwnerAddress`
    30  
    31  NewContractOwnerAddressWithDefaults instantiates a new ContractOwnerAddress object
    32  This constructor will only assign default values to properties that have it defined,
    33  but it doesn't guarantee that properties required by API are set
    34  
    35  ### GetCountry
    36  
    37  `func (o *ContractOwnerAddress) GetCountry() string`
    38  
    39  GetCountry returns the Country field if non-nil, zero value otherwise.
    40  
    41  ### GetCountryOk
    42  
    43  `func (o *ContractOwnerAddress) GetCountryOk() (*string, bool)`
    44  
    45  GetCountryOk returns a tuple with the Country field if it's non-nil, zero value otherwise
    46  and a boolean to check if the value has been set.
    47  
    48  ### SetCountry
    49  
    50  `func (o *ContractOwnerAddress) SetCountry(v string)`
    51  
    52  SetCountry sets Country field to given value.
    53  
    54  ### HasCountry
    55  
    56  `func (o *ContractOwnerAddress) HasCountry() bool`
    57  
    58  HasCountry returns a boolean if a field has been set.
    59  
    60  ### GetZipCode
    61  
    62  `func (o *ContractOwnerAddress) GetZipCode() string`
    63  
    64  GetZipCode returns the ZipCode field if non-nil, zero value otherwise.
    65  
    66  ### GetZipCodeOk
    67  
    68  `func (o *ContractOwnerAddress) GetZipCodeOk() (*string, bool)`
    69  
    70  GetZipCodeOk returns a tuple with the ZipCode field if it's non-nil, zero value otherwise
    71  and a boolean to check if the value has been set.
    72  
    73  ### SetZipCode
    74  
    75  `func (o *ContractOwnerAddress) SetZipCode(v string)`
    76  
    77  SetZipCode sets ZipCode field to given value.
    78  
    79  ### HasZipCode
    80  
    81  `func (o *ContractOwnerAddress) HasZipCode() bool`
    82  
    83  HasZipCode returns a boolean if a field has been set.
    84  
    85  ### GetState
    86  
    87  `func (o *ContractOwnerAddress) GetState() string`
    88  
    89  GetState returns the State field if non-nil, zero value otherwise.
    90  
    91  ### GetStateOk
    92  
    93  `func (o *ContractOwnerAddress) GetStateOk() (*string, bool)`
    94  
    95  GetStateOk returns a tuple with the State field if it's non-nil, zero value otherwise
    96  and a boolean to check if the value has been set.
    97  
    98  ### SetState
    99  
   100  `func (o *ContractOwnerAddress) SetState(v string)`
   101  
   102  SetState sets State field to given value.
   103  
   104  ### HasState
   105  
   106  `func (o *ContractOwnerAddress) HasState() bool`
   107  
   108  HasState returns a boolean if a field has been set.
   109  
   110  ### GetCity
   111  
   112  `func (o *ContractOwnerAddress) GetCity() string`
   113  
   114  GetCity returns the City field if non-nil, zero value otherwise.
   115  
   116  ### GetCityOk
   117  
   118  `func (o *ContractOwnerAddress) GetCityOk() (*string, bool)`
   119  
   120  GetCityOk returns a tuple with the City field if it's non-nil, zero value otherwise
   121  and a boolean to check if the value has been set.
   122  
   123  ### SetCity
   124  
   125  `func (o *ContractOwnerAddress) SetCity(v string)`
   126  
   127  SetCity sets City field to given value.
   128  
   129  ### HasCity
   130  
   131  `func (o *ContractOwnerAddress) HasCity() bool`
   132  
   133  HasCity returns a boolean if a field has been set.
   134  
   135  ### GetAddress1
   136  
   137  `func (o *ContractOwnerAddress) GetAddress1() string`
   138  
   139  GetAddress1 returns the Address1 field if non-nil, zero value otherwise.
   140  
   141  ### GetAddress1Ok
   142  
   143  `func (o *ContractOwnerAddress) GetAddress1Ok() (*string, bool)`
   144  
   145  GetAddress1Ok returns a tuple with the Address1 field if it's non-nil, zero value otherwise
   146  and a boolean to check if the value has been set.
   147  
   148  ### SetAddress1
   149  
   150  `func (o *ContractOwnerAddress) SetAddress1(v string)`
   151  
   152  SetAddress1 sets Address1 field to given value.
   153  
   154  ### HasAddress1
   155  
   156  `func (o *ContractOwnerAddress) HasAddress1() bool`
   157  
   158  HasAddress1 returns a boolean if a field has been set.
   159  
   160  ### GetAddress2
   161  
   162  `func (o *ContractOwnerAddress) GetAddress2() string`
   163  
   164  GetAddress2 returns the Address2 field if non-nil, zero value otherwise.
   165  
   166  ### GetAddress2Ok
   167  
   168  `func (o *ContractOwnerAddress) GetAddress2Ok() (*string, bool)`
   169  
   170  GetAddress2Ok returns a tuple with the Address2 field if it's non-nil, zero value otherwise
   171  and a boolean to check if the value has been set.
   172  
   173  ### SetAddress2
   174  
   175  `func (o *ContractOwnerAddress) SetAddress2(v string)`
   176  
   177  SetAddress2 sets Address2 field to given value.
   178  
   179  ### HasAddress2
   180  
   181  `func (o *ContractOwnerAddress) HasAddress2() bool`
   182  
   183  HasAddress2 returns a boolean if a field has been set.
   184  
   185  ### GetTags
   186  
   187  `func (o *ContractOwnerAddress) GetTags() []string`
   188  
   189  GetTags returns the Tags field if non-nil, zero value otherwise.
   190  
   191  ### GetTagsOk
   192  
   193  `func (o *ContractOwnerAddress) GetTagsOk() (*[]string, bool)`
   194  
   195  GetTagsOk returns a tuple with the Tags field if it's non-nil, zero value otherwise
   196  and a boolean to check if the value has been set.
   197  
   198  ### SetTags
   199  
   200  `func (o *ContractOwnerAddress) SetTags(v []string)`
   201  
   202  SetTags sets Tags field to given value.
   203  
   204  ### HasTags
   205  
   206  `func (o *ContractOwnerAddress) HasTags() bool`
   207  
   208  HasTags returns a boolean if a field has been set.
   209  
   210  ### GetCustomFields
   211  
   212  `func (o *ContractOwnerAddress) GetCustomFields() map[string]interface{}`
   213  
   214  GetCustomFields returns the CustomFields field if non-nil, zero value otherwise.
   215  
   216  ### GetCustomFieldsOk
   217  
   218  `func (o *ContractOwnerAddress) GetCustomFieldsOk() (*map[string]interface{}, bool)`
   219  
   220  GetCustomFieldsOk returns a tuple with the CustomFields field if it's non-nil, zero value otherwise
   221  and a boolean to check if the value has been set.
   222  
   223  ### SetCustomFields
   224  
   225  `func (o *ContractOwnerAddress) SetCustomFields(v map[string]interface{})`
   226  
   227  SetCustomFields sets CustomFields field to given value.
   228  
   229  ### HasCustomFields
   230  
   231  `func (o *ContractOwnerAddress) HasCustomFields() bool`
   232  
   233  HasCustomFields returns a boolean if a field has been set.
   234  
   235  
   236  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
   237  
   238