# DataConsentRequestedFinancialAccount

# Properties

Name Type Description Notes
CustomKey Pointer to NullableString [optional]
Drn Pointer to NullableString [optional]
AccountTypeId Pointer to NullableString [optional]
AccountIdentifier Pointer to NullableString [optional]

# Methods

# NewDataConsentRequestedFinancialAccount

func NewDataConsentRequestedFinancialAccount() *DataConsentRequestedFinancialAccount

NewDataConsentRequestedFinancialAccount instantiates a new DataConsentRequestedFinancialAccount 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

# NewDataConsentRequestedFinancialAccountWithDefaults

func NewDataConsentRequestedFinancialAccountWithDefaults() *DataConsentRequestedFinancialAccount

NewDataConsentRequestedFinancialAccountWithDefaults instantiates a new DataConsentRequestedFinancialAccount 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

# GetCustomKey

func (o *DataConsentRequestedFinancialAccount) GetCustomKey() string

GetCustomKey returns the CustomKey field if non-nil, zero value otherwise.

# GetCustomKeyOk

func (o *DataConsentRequestedFinancialAccount) GetCustomKeyOk() (*string, bool)

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

# SetCustomKey

func (o *DataConsentRequestedFinancialAccount) SetCustomKey(v string)

SetCustomKey sets CustomKey field to given value.

# HasCustomKey

func (o *DataConsentRequestedFinancialAccount) HasCustomKey() bool

HasCustomKey returns a boolean if a field has been set.

# SetCustomKeyNil

func (o *DataConsentRequestedFinancialAccount) SetCustomKeyNil(b bool)

SetCustomKeyNil sets the value for CustomKey to be an explicit nil

# UnsetCustomKey

func (o *DataConsentRequestedFinancialAccount) UnsetCustomKey()

UnsetCustomKey ensures that no value is present for CustomKey, not even an explicit nil

# GetDrn

func (o *DataConsentRequestedFinancialAccount) GetDrn() string

GetDrn returns the Drn field if non-nil, zero value otherwise.

# GetDrnOk

func (o *DataConsentRequestedFinancialAccount) GetDrnOk() (*string, bool)

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

# SetDrn

func (o *DataConsentRequestedFinancialAccount) SetDrn(v string)

SetDrn sets Drn field to given value.

# HasDrn

func (o *DataConsentRequestedFinancialAccount) HasDrn() bool

HasDrn returns a boolean if a field has been set.

# SetDrnNil

func (o *DataConsentRequestedFinancialAccount) SetDrnNil(b bool)

SetDrnNil sets the value for Drn to be an explicit nil

# UnsetDrn

func (o *DataConsentRequestedFinancialAccount) UnsetDrn()

UnsetDrn ensures that no value is present for Drn, not even an explicit nil

# GetAccountTypeId

func (o *DataConsentRequestedFinancialAccount) GetAccountTypeId() string

GetAccountTypeId returns the AccountTypeId field if non-nil, zero value otherwise.

# GetAccountTypeIdOk

func (o *DataConsentRequestedFinancialAccount) GetAccountTypeIdOk() (*string, bool)

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

# SetAccountTypeId

func (o *DataConsentRequestedFinancialAccount) SetAccountTypeId(v string)

SetAccountTypeId sets AccountTypeId field to given value.

# HasAccountTypeId

func (o *DataConsentRequestedFinancialAccount) HasAccountTypeId() bool

HasAccountTypeId returns a boolean if a field has been set.

# SetAccountTypeIdNil

func (o *DataConsentRequestedFinancialAccount) SetAccountTypeIdNil(b bool)

SetAccountTypeIdNil sets the value for AccountTypeId to be an explicit nil

# UnsetAccountTypeId

func (o *DataConsentRequestedFinancialAccount) UnsetAccountTypeId()

UnsetAccountTypeId ensures that no value is present for AccountTypeId, not even an explicit nil

# GetAccountIdentifier

func (o *DataConsentRequestedFinancialAccount) GetAccountIdentifier() string

GetAccountIdentifier returns the AccountIdentifier field if non-nil, zero value otherwise.

# GetAccountIdentifierOk

func (o *DataConsentRequestedFinancialAccount) GetAccountIdentifierOk() (*string, bool)

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

# SetAccountIdentifier

func (o *DataConsentRequestedFinancialAccount) SetAccountIdentifier(v string)

SetAccountIdentifier sets AccountIdentifier field to given value.

# HasAccountIdentifier

func (o *DataConsentRequestedFinancialAccount) HasAccountIdentifier() bool

HasAccountIdentifier returns a boolean if a field has been set.

# SetAccountIdentifierNil

func (o *DataConsentRequestedFinancialAccount) SetAccountIdentifierNil(b bool)

SetAccountIdentifierNil sets the value for AccountIdentifier to be an explicit nil

# UnsetAccountIdentifier

func (o *DataConsentRequestedFinancialAccount) UnsetAccountIdentifier()

UnsetAccountIdentifier ensures that no value is present for AccountIdentifier, not even an explicit nil

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

Last Updated: 6/19/2022, 7:27:56 PM