Name | Type | Description | Notes |
---|---|---|---|
DestinationWalletType | DestinationWalletType | ||
VendorCode | string | The vendor code for exchanges or VASPs. | |
VendorVaspId | string | The unique identifier of the VASP. | |
EntityInfo | TravelRuleWithdrawExchangesOrVASPEntityInfo |
func NewTravelRuleWithdrawExchangesOrVASP(destinationWalletType DestinationWalletType, vendorCode string, vendorVaspId string, entityInfo TravelRuleWithdrawExchangesOrVASPEntityInfo, ) *TravelRuleWithdrawExchangesOrVASP
NewTravelRuleWithdrawExchangesOrVASP instantiates a new TravelRuleWithdrawExchangesOrVASP 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 NewTravelRuleWithdrawExchangesOrVASPWithDefaults() *TravelRuleWithdrawExchangesOrVASP
NewTravelRuleWithdrawExchangesOrVASPWithDefaults instantiates a new TravelRuleWithdrawExchangesOrVASP 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 *TravelRuleWithdrawExchangesOrVASP) GetDestinationWalletType() DestinationWalletType
GetDestinationWalletType returns the DestinationWalletType field if non-nil, zero value otherwise.
func (o *TravelRuleWithdrawExchangesOrVASP) GetDestinationWalletTypeOk() (*DestinationWalletType, bool)
GetDestinationWalletTypeOk returns a tuple with the DestinationWalletType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TravelRuleWithdrawExchangesOrVASP) SetDestinationWalletType(v DestinationWalletType)
SetDestinationWalletType sets DestinationWalletType field to given value.
func (o *TravelRuleWithdrawExchangesOrVASP) GetVendorCode() string
GetVendorCode returns the VendorCode field if non-nil, zero value otherwise.
func (o *TravelRuleWithdrawExchangesOrVASP) GetVendorCodeOk() (*string, bool)
GetVendorCodeOk returns a tuple with the VendorCode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TravelRuleWithdrawExchangesOrVASP) SetVendorCode(v string)
SetVendorCode sets VendorCode field to given value.
func (o *TravelRuleWithdrawExchangesOrVASP) GetVendorVaspId() string
GetVendorVaspId returns the VendorVaspId field if non-nil, zero value otherwise.
func (o *TravelRuleWithdrawExchangesOrVASP) GetVendorVaspIdOk() (*string, bool)
GetVendorVaspIdOk returns a tuple with the VendorVaspId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TravelRuleWithdrawExchangesOrVASP) SetVendorVaspId(v string)
SetVendorVaspId sets VendorVaspId field to given value.
func (o *TravelRuleWithdrawExchangesOrVASP) GetEntityInfo() TravelRuleWithdrawExchangesOrVASPEntityInfo
GetEntityInfo returns the EntityInfo field if non-nil, zero value otherwise.
func (o *TravelRuleWithdrawExchangesOrVASP) GetEntityInfoOk() (*TravelRuleWithdrawExchangesOrVASPEntityInfo, bool)
GetEntityInfoOk returns a tuple with the EntityInfo field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TravelRuleWithdrawExchangesOrVASP) SetEntityInfo(v TravelRuleWithdrawExchangesOrVASPEntityInfo)
SetEntityInfo sets EntityInfo field to given value.