Contains information about one XMPP address.
Represents a case-insensitive string.
Interface for eDaler URIs
byte[] EncryptionPublicKey
Sender key used to generate the shared secret to encrypt the message for the recipient....
EntityType FromType
Type of sender
byte[] Signature
Digital signature.
byte[] PreSign
Binary representation of URI, before appending signature.
string UriString
Original URI String.
byte[] EncryptedMessage
Encrypted message for recipient. If EncryptionPublicKey is null, the message is just UTF-8 encoded.
EDalerUriState State
URI State object.
CaseInsensitiveString PrincipalDomain
Principal domain (i.e domain controlling the execution of the transaction.)
DateTime Expires
When URI expires
CaseInsensitiveString ContractCondition
Optional Contract defining conditions that must be met before payment can be realized....
decimal TotalAmount
Total amount: Amount+AmountExtra
DateTime Created
When URI was created
CaseInsensitiveString SecondaryDomain
Secondary domain
decimal? AmountExtra
Any extra amount
EntityType ToType
Type of recipient.
EntityType
Type of entity referred to in transaction.