Name | Type | Description | Notes |
---|---|---|---|
Id | string | The UUID of the deposit address. | |
ProfileId | string | The ID of the profile that will be credited when a deposit arrives with this address. | |
CustomerId | string | The Paxos Customer to which the profile belongs. | |
CryptoNetwork | CryptoNetwork | ||
IdentityId | Pointer to string | The Identity of the end user who will make deposits to this address. | [optional] |
RefId | Pointer to string | Client-specified ID for replay protection and lookup. | [optional] |
Metadata | Pointer to map[string]string | Optional client-specified metadata, which is set on deposit address creation. Up to 6 key/value pairs may be returned. Each key and value must be less than or equal to 100 characters. | [optional] |
Address | string | The crypto address to send to for deposits. | |
AccountId | Pointer to string | The Account associated to the identity of the user that will be linked to the created address. | [optional] |
ConversionTargetAsset | DepositAddressConversionTargetAsset | ||
CompatibleCryptoNetworks | Pointer to []CryptoNetwork | List of networks compatible with the created address. Any of these networks can be used to deposit to the address. | [optional] |
func NewDepositAddress(id string, profileId string, customerId string, cryptoNetwork CryptoNetwork, address string, conversionTargetAsset DepositAddressConversionTargetAsset, ) *DepositAddress
NewDepositAddress instantiates a new DepositAddress 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 NewDepositAddressWithDefaults() *DepositAddress
NewDepositAddressWithDefaults instantiates a new DepositAddress 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 *DepositAddress) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *DepositAddress) 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 *DepositAddress) SetId(v string)
SetId sets Id field to given value.
func (o *DepositAddress) GetProfileId() string
GetProfileId returns the ProfileId field if non-nil, zero value otherwise.
func (o *DepositAddress) 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 *DepositAddress) SetProfileId(v string)
SetProfileId sets ProfileId field to given value.
func (o *DepositAddress) GetCustomerId() string
GetCustomerId returns the CustomerId field if non-nil, zero value otherwise.
func (o *DepositAddress) GetCustomerIdOk() (*string, bool)
GetCustomerIdOk returns a tuple with the CustomerId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DepositAddress) SetCustomerId(v string)
SetCustomerId sets CustomerId field to given value.
func (o *DepositAddress) GetCryptoNetwork() CryptoNetwork
GetCryptoNetwork returns the CryptoNetwork field if non-nil, zero value otherwise.
func (o *DepositAddress) GetCryptoNetworkOk() (*CryptoNetwork, bool)
GetCryptoNetworkOk returns a tuple with the CryptoNetwork field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DepositAddress) SetCryptoNetwork(v CryptoNetwork)
SetCryptoNetwork sets CryptoNetwork field to given value.
func (o *DepositAddress) GetIdentityId() string
GetIdentityId returns the IdentityId field if non-nil, zero value otherwise.
func (o *DepositAddress) 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 *DepositAddress) SetIdentityId(v string)
SetIdentityId sets IdentityId field to given value.
func (o *DepositAddress) HasIdentityId() bool
HasIdentityId returns a boolean if a field has been set.
func (o *DepositAddress) GetRefId() string
GetRefId returns the RefId field if non-nil, zero value otherwise.
func (o *DepositAddress) 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 *DepositAddress) SetRefId(v string)
SetRefId sets RefId field to given value.
func (o *DepositAddress) HasRefId() bool
HasRefId returns a boolean if a field has been set.
func (o *DepositAddress) GetMetadata() map[string]string
GetMetadata returns the Metadata field if non-nil, zero value otherwise.
func (o *DepositAddress) 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 *DepositAddress) SetMetadata(v map[string]string)
SetMetadata sets Metadata field to given value.
func (o *DepositAddress) HasMetadata() bool
HasMetadata returns a boolean if a field has been set.
func (o *DepositAddress) GetAddress() string
GetAddress returns the Address field if non-nil, zero value otherwise.
func (o *DepositAddress) GetAddressOk() (*string, bool)
GetAddressOk returns a tuple with the Address field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DepositAddress) SetAddress(v string)
SetAddress sets Address field to given value.
func (o *DepositAddress) GetAccountId() string
GetAccountId returns the AccountId field if non-nil, zero value otherwise.
func (o *DepositAddress) 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 *DepositAddress) SetAccountId(v string)
SetAccountId sets AccountId field to given value.
func (o *DepositAddress) HasAccountId() bool
HasAccountId returns a boolean if a field has been set.
func (o *DepositAddress) GetConversionTargetAsset() DepositAddressConversionTargetAsset
GetConversionTargetAsset returns the ConversionTargetAsset field if non-nil, zero value otherwise.
func (o *DepositAddress) GetConversionTargetAssetOk() (*DepositAddressConversionTargetAsset, bool)
GetConversionTargetAssetOk returns a tuple with the ConversionTargetAsset field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DepositAddress) SetConversionTargetAsset(v DepositAddressConversionTargetAsset)
SetConversionTargetAsset sets ConversionTargetAsset field to given value.
func (o *DepositAddress) GetCompatibleCryptoNetworks() []CryptoNetwork
GetCompatibleCryptoNetworks returns the CompatibleCryptoNetworks field if non-nil, zero value otherwise.
func (o *DepositAddress) GetCompatibleCryptoNetworksOk() (*[]CryptoNetwork, bool)
GetCompatibleCryptoNetworksOk returns a tuple with the CompatibleCryptoNetworks field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DepositAddress) SetCompatibleCryptoNetworks(v []CryptoNetwork)
SetCompatibleCryptoNetworks sets CompatibleCryptoNetworks field to given value.
func (o *DepositAddress) HasCompatibleCryptoNetworks() bool
HasCompatibleCryptoNetworks returns a boolean if a field has been set.