Name | Type | Description | Notes |
---|---|---|---|
VaspList | Pointer to []Vasp | A list of VASPs (Virtual Asset Service Providers) associated with the token. | [optional] |
IsThresholdReached | Pointer to bool | Indicates whether the transaction amount exceeds a predefined threshold. - If `true`: Additional information is required when filling Travel Rule details: - For deposits: `date_of_incorporation` and `place_of_incorporation`. - If `false`: No extra fields are required. | [optional] |
SelfCustodyWalletChallenge | Pointer to string | A human-readable, time-sensitive message to be signed by the wallet owner. The message contains key details including the wallet address, a unique nonce, and a timestamp. Signing this message confirms ownership of the wallet and allows the operation to proceed. | [optional] |
ConnectWalletList | Pointer to []string | A list of wallets connected to the system for transactions. | [optional] |
func NewGetTransactionLimitation200Response() *GetTransactionLimitation200Response
NewGetTransactionLimitation200Response instantiates a new GetTransactionLimitation200Response 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 NewGetTransactionLimitation200ResponseWithDefaults() *GetTransactionLimitation200Response
NewGetTransactionLimitation200ResponseWithDefaults instantiates a new GetTransactionLimitation200Response 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 *GetTransactionLimitation200Response) GetVaspList() []Vasp
GetVaspList returns the VaspList field if non-nil, zero value otherwise.
func (o *GetTransactionLimitation200Response) GetVaspListOk() (*[]Vasp, bool)
GetVaspListOk returns a tuple with the VaspList field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetTransactionLimitation200Response) SetVaspList(v []Vasp)
SetVaspList sets VaspList field to given value.
func (o *GetTransactionLimitation200Response) HasVaspList() bool
HasVaspList returns a boolean if a field has been set.
func (o *GetTransactionLimitation200Response) GetIsThresholdReached() bool
GetIsThresholdReached returns the IsThresholdReached field if non-nil, zero value otherwise.
func (o *GetTransactionLimitation200Response) GetIsThresholdReachedOk() (*bool, bool)
GetIsThresholdReachedOk returns a tuple with the IsThresholdReached field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetTransactionLimitation200Response) SetIsThresholdReached(v bool)
SetIsThresholdReached sets IsThresholdReached field to given value.
func (o *GetTransactionLimitation200Response) HasIsThresholdReached() bool
HasIsThresholdReached returns a boolean if a field has been set.
func (o *GetTransactionLimitation200Response) GetSelfCustodyWalletChallenge() string
GetSelfCustodyWalletChallenge returns the SelfCustodyWalletChallenge field if non-nil, zero value otherwise.
func (o *GetTransactionLimitation200Response) GetSelfCustodyWalletChallengeOk() (*string, bool)
GetSelfCustodyWalletChallengeOk returns a tuple with the SelfCustodyWalletChallenge field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetTransactionLimitation200Response) SetSelfCustodyWalletChallenge(v string)
SetSelfCustodyWalletChallenge sets SelfCustodyWalletChallenge field to given value.
func (o *GetTransactionLimitation200Response) HasSelfCustodyWalletChallenge() bool
HasSelfCustodyWalletChallenge returns a boolean if a field has been set.
func (o *GetTransactionLimitation200Response) GetConnectWalletList() []string
GetConnectWalletList returns the ConnectWalletList field if non-nil, zero value otherwise.
func (o *GetTransactionLimitation200Response) GetConnectWalletListOk() (*[]string, bool)
GetConnectWalletListOk returns a tuple with the ConnectWalletList field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetTransactionLimitation200Response) SetConnectWalletList(v []string)
SetConnectWalletList sets ConnectWalletList field to given value.
func (o *GetTransactionLimitation200Response) HasConnectWalletList() bool
HasConnectWalletList returns a boolean if a field has been set.