Name | Type | Description | Notes |
---|---|---|---|
FromTransferId | Pointer to string | [optional] | |
ToTransferId | Pointer to string | [optional] |
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
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
func (o *AutoConversion) GetFromTransferId() string
GetFromTransferId returns the FromTransferId field if non-nil, zero value otherwise.
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.
func (o *AutoConversion) SetFromTransferId(v string)
SetFromTransferId sets FromTransferId field to given value.
func (o *AutoConversion) HasFromTransferId() bool
HasFromTransferId returns a boolean if a field has been set.
func (o *AutoConversion) GetToTransferId() string
GetToTransferId returns the ToTransferId field if non-nil, zero value otherwise.
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.
func (o *AutoConversion) SetToTransferId(v string)
SetToTransferId sets ToTransferId field to given value.
func (o *AutoConversion) HasToTransferId() bool
HasToTransferId returns a boolean if a field has been set.