Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to string | System provided UUID for the conversion is provided in the Create Stablecoin Conversion response. Required parameter for the <a href="#operation/GetStablecoinConversion">Get Stablecoin Conversion</a> request. | [optional] |
ProfileId | Pointer to string | The Profile associated with a conversion. Required in the <a href="#operation/CreateStablecoinConversion">Create Stablecoin Conversion</a> request. | [optional] |
Amount | Pointer to string | Asset amount to convert. <a href="/stablecoin/conversion/asset">Details</a>. | [optional] |
SourceAsset | Pointer to string | The asset to convert from. <a href="/stablecoin/conversion/asset">Details</a>. | [optional] |
TargetAsset | Pointer to string | The asset to convert to. <a href="/stablecoin/conversion/asset">Details</a>. | [optional] |
Status | Pointer to string | The current status of the conversion. <a href="/stablecoin/conversion/status">Details</a>. | [optional] |
RefId | Pointer to string | Client provided, unique Reference ID included the <a href="#operation/CreateStablecoinConversion">Create Stablecoin Conversion</a> request. | [optional] |
IdentityId | Pointer to string | The Identity ID associated with the user requesting the conversion. Required only for customers with 3rd-Party integrations. | [optional] |
AccountId | Pointer to string | The Account ID associated with the user requesting the conversion. Required only for customers with 3rd-Party integrations. | [optional] |
CreatedAt | Pointer to time.Time | The time at which the conversion was requested. See RFC3339 format, like `2006-01-02T15:04:05Z`. | [optional] |
UpdatedAt | Pointer to time.Time | The time at which the conversion was last updated. RFC3339 format, like `2006-01-02T15:04:05Z`. | [optional] |
SettledAt | Pointer to time.Time | The time at which the conversion was settled. <a href="/stablecoin/conversion/status">Details</a>. RFC3339 format, like `2006-01-02T15:04:05Z`. | [optional] |
CancelledAt | Pointer to time.Time | The time at which the conversion has been cancelled. <a href="/stablecoin/conversion/status">Details</a>. RFC3339 format, like `2006-01-02T15:04:05Z`. | [optional] |
Metadata | Pointer to map[string]string | Optional client-specified stored metadata. | [optional] |
func NewStablecoinConversion() *StablecoinConversion
NewStablecoinConversion instantiates a new StablecoinConversion 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 NewStablecoinConversionWithDefaults() *StablecoinConversion
NewStablecoinConversionWithDefaults instantiates a new StablecoinConversion 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 *StablecoinConversion) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *StablecoinConversion) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StablecoinConversion) SetId(v string)
SetId sets Id field to given value.
func (o *StablecoinConversion) HasId() bool
HasId returns a boolean if a field has been set.
func (o *StablecoinConversion) GetProfileId() string
GetProfileId returns the ProfileId field if non-nil, zero value otherwise.
func (o *StablecoinConversion) GetProfileIdOk() (*string, bool)
GetProfileIdOk returns a tuple with the ProfileId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StablecoinConversion) SetProfileId(v string)
SetProfileId sets ProfileId field to given value.
func (o *StablecoinConversion) HasProfileId() bool
HasProfileId returns a boolean if a field has been set.
func (o *StablecoinConversion) GetAmount() string
GetAmount returns the Amount field if non-nil, zero value otherwise.
func (o *StablecoinConversion) GetAmountOk() (*string, bool)
GetAmountOk returns a tuple with the Amount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StablecoinConversion) SetAmount(v string)
SetAmount sets Amount field to given value.
func (o *StablecoinConversion) HasAmount() bool
HasAmount returns a boolean if a field has been set.
func (o *StablecoinConversion) GetSourceAsset() string
GetSourceAsset returns the SourceAsset field if non-nil, zero value otherwise.
func (o *StablecoinConversion) GetSourceAssetOk() (*string, bool)
GetSourceAssetOk returns a tuple with the SourceAsset field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StablecoinConversion) SetSourceAsset(v string)
SetSourceAsset sets SourceAsset field to given value.
func (o *StablecoinConversion) HasSourceAsset() bool
HasSourceAsset returns a boolean if a field has been set.
func (o *StablecoinConversion) GetTargetAsset() string
GetTargetAsset returns the TargetAsset field if non-nil, zero value otherwise.
func (o *StablecoinConversion) GetTargetAssetOk() (*string, bool)
GetTargetAssetOk returns a tuple with the TargetAsset field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StablecoinConversion) SetTargetAsset(v string)
SetTargetAsset sets TargetAsset field to given value.
func (o *StablecoinConversion) HasTargetAsset() bool
HasTargetAsset returns a boolean if a field has been set.
func (o *StablecoinConversion) GetStatus() string
GetStatus returns the Status field if non-nil, zero value otherwise.
func (o *StablecoinConversion) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StablecoinConversion) SetStatus(v string)
SetStatus sets Status field to given value.
func (o *StablecoinConversion) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (o *StablecoinConversion) GetRefId() string
GetRefId returns the RefId field if non-nil, zero value otherwise.
func (o *StablecoinConversion) GetRefIdOk() (*string, bool)
GetRefIdOk returns a tuple with the RefId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StablecoinConversion) SetRefId(v string)
SetRefId sets RefId field to given value.
func (o *StablecoinConversion) HasRefId() bool
HasRefId returns a boolean if a field has been set.
func (o *StablecoinConversion) GetIdentityId() string
GetIdentityId returns the IdentityId field if non-nil, zero value otherwise.
func (o *StablecoinConversion) GetIdentityIdOk() (*string, bool)
GetIdentityIdOk returns a tuple with the IdentityId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StablecoinConversion) SetIdentityId(v string)
SetIdentityId sets IdentityId field to given value.
func (o *StablecoinConversion) HasIdentityId() bool
HasIdentityId returns a boolean if a field has been set.
func (o *StablecoinConversion) GetAccountId() string
GetAccountId returns the AccountId field if non-nil, zero value otherwise.
func (o *StablecoinConversion) GetAccountIdOk() (*string, bool)
GetAccountIdOk returns a tuple with the AccountId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StablecoinConversion) SetAccountId(v string)
SetAccountId sets AccountId field to given value.
func (o *StablecoinConversion) HasAccountId() bool
HasAccountId returns a boolean if a field has been set.
func (o *StablecoinConversion) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.
func (o *StablecoinConversion) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StablecoinConversion) SetCreatedAt(v time.Time)
SetCreatedAt sets CreatedAt field to given value.
func (o *StablecoinConversion) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (o *StablecoinConversion) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field if non-nil, zero value otherwise.
func (o *StablecoinConversion) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StablecoinConversion) SetUpdatedAt(v time.Time)
SetUpdatedAt sets UpdatedAt field to given value.
func (o *StablecoinConversion) HasUpdatedAt() bool
HasUpdatedAt returns a boolean if a field has been set.
func (o *StablecoinConversion) GetSettledAt() time.Time
GetSettledAt returns the SettledAt field if non-nil, zero value otherwise.
func (o *StablecoinConversion) GetSettledAtOk() (*time.Time, bool)
GetSettledAtOk returns a tuple with the SettledAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StablecoinConversion) SetSettledAt(v time.Time)
SetSettledAt sets SettledAt field to given value.
func (o *StablecoinConversion) HasSettledAt() bool
HasSettledAt returns a boolean if a field has been set.
func (o *StablecoinConversion) GetCancelledAt() time.Time
GetCancelledAt returns the CancelledAt field if non-nil, zero value otherwise.
func (o *StablecoinConversion) GetCancelledAtOk() (*time.Time, bool)
GetCancelledAtOk returns a tuple with the CancelledAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StablecoinConversion) SetCancelledAt(v time.Time)
SetCancelledAt sets CancelledAt field to given value.
func (o *StablecoinConversion) HasCancelledAt() bool
HasCancelledAt returns a boolean if a field has been set.
func (o *StablecoinConversion) GetMetadata() map[string]string
GetMetadata returns the Metadata field if non-nil, zero value otherwise.
func (o *StablecoinConversion) GetMetadataOk() (*map[string]string, bool)
GetMetadataOk returns a tuple with the Metadata field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StablecoinConversion) SetMetadata(v map[string]string)
SetMetadata sets Metadata field to given value.
func (o *StablecoinConversion) HasMetadata() bool
HasMetadata returns a boolean if a field has been set.