Name | Type | Description | Notes |
---|---|---|---|
IbanRules | []IbanRule | <strong>Type:</strong> IbanRule<br/> List of iban rules information | |
Paging | Paging | <strong>Type:</strong> Paging<br/> Information for pagination |
func NewPageableIbanRuleList(ibanRules []IbanRule, paging Paging, ) *PageableIbanRuleList
NewPageableIbanRuleList instantiates a new PageableIbanRuleList 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 NewPageableIbanRuleListWithDefaults() *PageableIbanRuleList
NewPageableIbanRuleListWithDefaults instantiates a new PageableIbanRuleList 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 *PageableIbanRuleList) GetIbanRules() []IbanRule
GetIbanRules returns the IbanRules field if non-nil, zero value otherwise.
func (o *PageableIbanRuleList) GetIbanRulesOk() (*[]IbanRule, bool)
GetIbanRulesOk returns a tuple with the IbanRules field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PageableIbanRuleList) SetIbanRules(v []IbanRule)
SetIbanRules sets IbanRules field to given value.
func (o *PageableIbanRuleList) GetPaging() Paging
GetPaging returns the Paging field if non-nil, zero value otherwise.
func (o *PageableIbanRuleList) GetPagingOk() (*Paging, bool)
GetPagingOk returns a tuple with the Paging field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PageableIbanRuleList) SetPaging(v Paging)
SetPaging sets Paging field to given value.