Skip to content

Latest commit

 

History

History
114 lines (61 loc) · 4.12 KB

TravelRuleWithdrawExchangesOrVASP.md

File metadata and controls

114 lines (61 loc) · 4.12 KB

TravelRuleWithdrawExchangesOrVASP

Properties

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

Methods

NewTravelRuleWithdrawExchangesOrVASP

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

NewTravelRuleWithdrawExchangesOrVASPWithDefaults

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

GetDestinationWalletType

func (o *TravelRuleWithdrawExchangesOrVASP) GetDestinationWalletType() DestinationWalletType

GetDestinationWalletType returns the DestinationWalletType field if non-nil, zero value otherwise.

GetDestinationWalletTypeOk

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.

SetDestinationWalletType

func (o *TravelRuleWithdrawExchangesOrVASP) SetDestinationWalletType(v DestinationWalletType)

SetDestinationWalletType sets DestinationWalletType field to given value.

GetVendorCode

func (o *TravelRuleWithdrawExchangesOrVASP) GetVendorCode() string

GetVendorCode returns the VendorCode field if non-nil, zero value otherwise.

GetVendorCodeOk

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.

SetVendorCode

func (o *TravelRuleWithdrawExchangesOrVASP) SetVendorCode(v string)

SetVendorCode sets VendorCode field to given value.

GetVendorVaspId

func (o *TravelRuleWithdrawExchangesOrVASP) GetVendorVaspId() string

GetVendorVaspId returns the VendorVaspId field if non-nil, zero value otherwise.

GetVendorVaspIdOk

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.

SetVendorVaspId

func (o *TravelRuleWithdrawExchangesOrVASP) SetVendorVaspId(v string)

SetVendorVaspId sets VendorVaspId field to given value.

GetEntityInfo

func (o *TravelRuleWithdrawExchangesOrVASP) GetEntityInfo() TravelRuleWithdrawExchangesOrVASPEntityInfo

GetEntityInfo returns the EntityInfo field if non-nil, zero value otherwise.

GetEntityInfoOk

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.

SetEntityInfo

func (o *TravelRuleWithdrawExchangesOrVASP) SetEntityInfo(v TravelRuleWithdrawExchangesOrVASPEntityInfo)

SetEntityInfo sets EntityInfo field to given value.

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