| Name | Type | Description | Notes |
|---|---|---|---|
| OriginalPhoneNumber | string | A phone number which is either a) prefixed with a country code (e.g. `+44....`) or b) a local number, where `country_code` is specified in addition. | |
| CountryCode | Pointer to NullableString | The ISO 3166-1 alpha-2 country code representing the country that this phone number belongs to. Optional if `original_phone_number` includes a country code prefix. | [optional] |
func NewInputValueAnyOf9(originalPhoneNumber string, ) *InputValueAnyOf9
NewInputValueAnyOf9 instantiates a new InputValueAnyOf9 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewInputValueAnyOf9WithDefaults() *InputValueAnyOf9
NewInputValueAnyOf9WithDefaults instantiates a new InputValueAnyOf9 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *InputValueAnyOf9) GetOriginalPhoneNumber() string
GetOriginalPhoneNumber returns the OriginalPhoneNumber field if non-nil, zero value otherwise.
func (o *InputValueAnyOf9) GetOriginalPhoneNumberOk() (*string, bool)
GetOriginalPhoneNumberOk returns a tuple with the OriginalPhoneNumber field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *InputValueAnyOf9) SetOriginalPhoneNumber(v string)
SetOriginalPhoneNumber sets OriginalPhoneNumber field to given value.
func (o *InputValueAnyOf9) GetCountryCode() string
GetCountryCode returns the CountryCode field if non-nil, zero value otherwise.
func (o *InputValueAnyOf9) GetCountryCodeOk() (*string, bool)
GetCountryCodeOk returns a tuple with the CountryCode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *InputValueAnyOf9) SetCountryCode(v string)
SetCountryCode sets CountryCode field to given value.
func (o *InputValueAnyOf9) HasCountryCode() bool
HasCountryCode returns a boolean if a field has been set.
func (o *InputValueAnyOf9) SetCountryCodeNil(b bool)
SetCountryCodeNil sets the value for CountryCode to be an explicit nil
func (o *InputValueAnyOf9) UnsetCountryCode()
UnsetCountryCode ensures that no value is present for CountryCode, not even an explicit nil