Skip to content

Latest commit

 

History

History
138 lines (77 loc) · 3.63 KB

BinDetailsCountry.md

File metadata and controls

138 lines (77 loc) · 3.63 KB

BinDetailsCountry

Properties

Name Type Description Notes
Alpha2 Pointer to NullableString [optional]
Name Pointer to NullableString [optional]
Numeric Pointer to NullableString [optional]

Methods

NewBinDetailsCountry

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

NewBinDetailsCountryWithDefaults

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

GetAlpha2

func (o *BinDetailsCountry) GetAlpha2() string

GetAlpha2 returns the Alpha2 field if non-nil, zero value otherwise.

GetAlpha2Ok

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.

SetAlpha2

func (o *BinDetailsCountry) SetAlpha2(v string)

SetAlpha2 sets Alpha2 field to given value.

HasAlpha2

func (o *BinDetailsCountry) HasAlpha2() bool

HasAlpha2 returns a boolean if a field has been set.

SetAlpha2Nil

func (o *BinDetailsCountry) SetAlpha2Nil(b bool)

SetAlpha2Nil sets the value for Alpha2 to be an explicit nil

UnsetAlpha2

func (o *BinDetailsCountry) UnsetAlpha2()

UnsetAlpha2 ensures that no value is present for Alpha2, not even an explicit nil

GetName

func (o *BinDetailsCountry) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

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.

SetName

func (o *BinDetailsCountry) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *BinDetailsCountry) HasName() bool

HasName returns a boolean if a field has been set.

SetNameNil

func (o *BinDetailsCountry) SetNameNil(b bool)

SetNameNil sets the value for Name to be an explicit nil

UnsetName

func (o *BinDetailsCountry) UnsetName()

UnsetName ensures that no value is present for Name, not even an explicit nil

GetNumeric

func (o *BinDetailsCountry) GetNumeric() string

GetNumeric returns the Numeric field if non-nil, zero value otherwise.

GetNumericOk

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.

SetNumeric

func (o *BinDetailsCountry) SetNumeric(v string)

SetNumeric sets Numeric field to given value.

HasNumeric

func (o *BinDetailsCountry) HasNumeric() bool

HasNumeric returns a boolean if a field has been set.

SetNumericNil

func (o *BinDetailsCountry) SetNumericNil(b bool)

SetNumericNil sets the value for Numeric to be an explicit nil

UnsetNumeric

func (o *BinDetailsCountry) UnsetNumeric()

UnsetNumeric ensures that no value is present for Numeric, not even an explicit nil

[Back to Model list] [Back to API list] [Back to README]