Name | Type | Description | Notes |
---|---|---|---|
Alpha2 | Pointer to NullableString | [optional] | |
Name | Pointer to NullableString | [optional] | |
Numeric | Pointer to NullableString | [optional] |
func NewBinDetailsCountry() *BinDetailsCountry
NewBinDetailsCountry instantiates a new BinDetailsCountry 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 NewBinDetailsCountryWithDefaults() *BinDetailsCountry
NewBinDetailsCountryWithDefaults instantiates a new BinDetailsCountry 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 *BinDetailsCountry) GetAlpha2() string
GetAlpha2 returns the Alpha2 field if non-nil, zero value otherwise.
func (o *BinDetailsCountry) GetAlpha2Ok() (*string, bool)
GetAlpha2Ok returns a tuple with the Alpha2 field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BinDetailsCountry) SetAlpha2(v string)
SetAlpha2 sets Alpha2 field to given value.
func (o *BinDetailsCountry) HasAlpha2() bool
HasAlpha2 returns a boolean if a field has been set.
func (o *BinDetailsCountry) SetAlpha2Nil(b bool)
SetAlpha2Nil sets the value for Alpha2 to be an explicit nil
func (o *BinDetailsCountry) UnsetAlpha2()
UnsetAlpha2 ensures that no value is present for Alpha2, not even an explicit nil
func (o *BinDetailsCountry) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *BinDetailsCountry) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BinDetailsCountry) SetName(v string)
SetName sets Name field to given value.
func (o *BinDetailsCountry) HasName() bool
HasName returns a boolean if a field has been set.
func (o *BinDetailsCountry) SetNameNil(b bool)
SetNameNil sets the value for Name to be an explicit nil
func (o *BinDetailsCountry) UnsetName()
UnsetName ensures that no value is present for Name, not even an explicit nil
func (o *BinDetailsCountry) GetNumeric() string
GetNumeric returns the Numeric field if non-nil, zero value otherwise.
func (o *BinDetailsCountry) GetNumericOk() (*string, bool)
GetNumericOk returns a tuple with the Numeric field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BinDetailsCountry) SetNumeric(v string)
SetNumeric sets Numeric field to given value.
func (o *BinDetailsCountry) HasNumeric() bool
HasNumeric returns a boolean if a field has been set.
func (o *BinDetailsCountry) SetNumericNil(b bool)
SetNumericNil sets the value for Numeric to be an explicit nil
func (o *BinDetailsCountry) UnsetNumeric()
UnsetNumeric ensures that no value is present for Numeric, not even an explicit nil