Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 4.23 KB

BanksGet200ResponseAllOfDataInner.md

File metadata and controls

134 lines (73 loc) · 4.23 KB

BanksGet200ResponseAllOfDataInner

Properties

Name Type Description Notes
Branches Pointer to []BanksGet200ResponseAllOfDataInnerBranchesInner If the bank operates across multiple branches within a country, this property will be included, listing all the branches available from the bank. [optional]
Country Pointer to string The ISO 3166 alpha-2 country code in which the bank operates. [optional]
Id Pointer to string [optional]
Name Pointer to string [optional]

Methods

NewBanksGet200ResponseAllOfDataInner

func NewBanksGet200ResponseAllOfDataInner() *BanksGet200ResponseAllOfDataInner

NewBanksGet200ResponseAllOfDataInner instantiates a new BanksGet200ResponseAllOfDataInner 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

NewBanksGet200ResponseAllOfDataInnerWithDefaults

func NewBanksGet200ResponseAllOfDataInnerWithDefaults() *BanksGet200ResponseAllOfDataInner

NewBanksGet200ResponseAllOfDataInnerWithDefaults instantiates a new BanksGet200ResponseAllOfDataInner 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

GetBranches

func (o *BanksGet200ResponseAllOfDataInner) GetBranches() []BanksGet200ResponseAllOfDataInnerBranchesInner

GetBranches returns the Branches field if non-nil, zero value otherwise.

GetBranchesOk

func (o *BanksGet200ResponseAllOfDataInner) GetBranchesOk() (*[]BanksGet200ResponseAllOfDataInnerBranchesInner, bool)

GetBranchesOk returns a tuple with the Branches field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetBranches

func (o *BanksGet200ResponseAllOfDataInner) SetBranches(v []BanksGet200ResponseAllOfDataInnerBranchesInner)

SetBranches sets Branches field to given value.

HasBranches

func (o *BanksGet200ResponseAllOfDataInner) HasBranches() bool

HasBranches returns a boolean if a field has been set.

GetCountry

func (o *BanksGet200ResponseAllOfDataInner) GetCountry() string

GetCountry returns the Country field if non-nil, zero value otherwise.

GetCountryOk

func (o *BanksGet200ResponseAllOfDataInner) GetCountryOk() (*string, bool)

GetCountryOk returns a tuple with the Country field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetCountry

func (o *BanksGet200ResponseAllOfDataInner) SetCountry(v string)

SetCountry sets Country field to given value.

HasCountry

func (o *BanksGet200ResponseAllOfDataInner) HasCountry() bool

HasCountry returns a boolean if a field has been set.

GetId

func (o *BanksGet200ResponseAllOfDataInner) GetId() string

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *BanksGet200ResponseAllOfDataInner) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetId

func (o *BanksGet200ResponseAllOfDataInner) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *BanksGet200ResponseAllOfDataInner) HasId() bool

HasId returns a boolean if a field has been set.

GetName

func (o *BanksGet200ResponseAllOfDataInner) GetName() string

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

GetNameOk

func (o *BanksGet200ResponseAllOfDataInner) 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 *BanksGet200ResponseAllOfDataInner) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *BanksGet200ResponseAllOfDataInner) HasName() bool

HasName returns a boolean if a field has been set.

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