Generated by DocFX

Class DepositAddress

Deposit Address - it is address where shop will resend the payment for store/deposit after the NFT was send

Inheritance
System.Object
DepositAddress
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: VEDriversLite.Dto
Assembly: VEDriversLite.dll
Syntax
public class DepositAddress

Properties

| Improve this Doc View Source

Address

Deposit Address

Declaration
public string Address { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Currency

Name of the currency

Declaration
public string Currency { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Name

Name of the Deposit address

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Percentage

Percentage of the amount what should be send to the deposit address from whole received amount

Declaration
public double Percentage { get; set; }
Property Value
Type Description
System.Double
| Improve this Doc View Source

TakeAddressFromNFT

If you dont have it take if from the NFT data

Declaration
public bool TakeAddressFromNFT { get; set; }
Property Value
Type Description
System.Boolean