Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 2.4 KB

ClearingAccountData.md

File metadata and controls

72 lines (39 loc) · 2.4 KB

ClearingAccountData

Properties

Name Type Description Notes
ClearingAccountId string Technical identifier of the clearing account
ClearingAccountName string Name of the clearing account

Methods

NewClearingAccountData

func NewClearingAccountData(clearingAccountId string, clearingAccountName string, ) *ClearingAccountData

NewClearingAccountData instantiates a new ClearingAccountData 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

NewClearingAccountDataWithDefaults

func NewClearingAccountDataWithDefaults() *ClearingAccountData

NewClearingAccountDataWithDefaults instantiates a new ClearingAccountData 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

GetClearingAccountId

func (o *ClearingAccountData) GetClearingAccountId() string

GetClearingAccountId returns the ClearingAccountId field if non-nil, zero value otherwise.

GetClearingAccountIdOk

func (o *ClearingAccountData) GetClearingAccountIdOk() (*string, bool)

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

SetClearingAccountId

func (o *ClearingAccountData) SetClearingAccountId(v string)

SetClearingAccountId sets ClearingAccountId field to given value.

GetClearingAccountName

func (o *ClearingAccountData) GetClearingAccountName() string

GetClearingAccountName returns the ClearingAccountName field if non-nil, zero value otherwise.

GetClearingAccountNameOk

func (o *ClearingAccountData) GetClearingAccountNameOk() (*string, bool)

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

SetClearingAccountName

func (o *ClearingAccountData) SetClearingAccountName(v string)

SetClearingAccountName sets ClearingAccountName field to given value.

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