Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.37 KB

AutoConversion.md

File metadata and controls

82 lines (45 loc) · 2.37 KB

AutoConversion

Properties

Name Type Description Notes
FromTransferId Pointer to string [optional]
ToTransferId Pointer to string [optional]

Methods

NewAutoConversion

func NewAutoConversion() *AutoConversion

NewAutoConversion instantiates a new AutoConversion 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

NewAutoConversionWithDefaults

func NewAutoConversionWithDefaults() *AutoConversion

NewAutoConversionWithDefaults instantiates a new AutoConversion 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

GetFromTransferId

func (o *AutoConversion) GetFromTransferId() string

GetFromTransferId returns the FromTransferId field if non-nil, zero value otherwise.

GetFromTransferIdOk

func (o *AutoConversion) GetFromTransferIdOk() (*string, bool)

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

SetFromTransferId

func (o *AutoConversion) SetFromTransferId(v string)

SetFromTransferId sets FromTransferId field to given value.

HasFromTransferId

func (o *AutoConversion) HasFromTransferId() bool

HasFromTransferId returns a boolean if a field has been set.

GetToTransferId

func (o *AutoConversion) GetToTransferId() string

GetToTransferId returns the ToTransferId field if non-nil, zero value otherwise.

GetToTransferIdOk

func (o *AutoConversion) GetToTransferIdOk() (*string, bool)

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

SetToTransferId

func (o *AutoConversion) SetToTransferId(v string)

SetToTransferId sets ToTransferId field to given value.

HasToTransferId

func (o *AutoConversion) HasToTransferId() bool

HasToTransferId returns a boolean if a field has been set.

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