Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
EDaler.PendingPayment Class Reference

Contains information about a pending payment. More...

Public Member Functions

 PendingPayment ()
 Contains information about a pending payment. More...
 
override bool Equals (object obj)
 Object.Equals(object) More...
 
override int GetHashCode ()
 Object.GetHashCode() More...
 

Properties

Guid Id [get, set]
 ID of payment More...
 
DateTime Expires [get, set]
 When payment expires More...
 
CaseInsensitiveString Currency [get, set]
 Payment Currency More...
 
decimal Amount [get, set]
 Amount More...
 
string From [get, set]
 From More...
 
string To [get, set]
 To More...
 
string Uri [get, set]
 Uri More...
 

Detailed Description

Contains information about a pending payment.

Definition at line 11 of file PendingPayment.cs.

Constructor & Destructor Documentation

◆ PendingPayment()

EDaler.PendingPayment.PendingPayment ( )

Contains information about a pending payment.

Definition at line 24 of file PendingPayment.cs.

Member Function Documentation

◆ Equals()

override bool EDaler.PendingPayment.Equals ( object  obj)

Object.Equals(object)

Definition at line 94 of file PendingPayment.cs.

◆ GetHashCode()

override int EDaler.PendingPayment.GetHashCode ( )

Object.GetHashCode()

Definition at line 116 of file PendingPayment.cs.

Property Documentation

◆ Amount

decimal EDaler.PendingPayment.Amount
getset

Amount

Definition at line 58 of file PendingPayment.cs.

◆ Currency

CaseInsensitiveString EDaler.PendingPayment.Currency
getset

Payment Currency

Definition at line 49 of file PendingPayment.cs.

◆ Expires

DateTime EDaler.PendingPayment.Expires
getset

When payment expires

Definition at line 40 of file PendingPayment.cs.

◆ From

string EDaler.PendingPayment.From
getset

From

Definition at line 67 of file PendingPayment.cs.

◆ Id

Guid EDaler.PendingPayment.Id
getset

ID of payment

Definition at line 31 of file PendingPayment.cs.

◆ To

string EDaler.PendingPayment.To
getset

To

Definition at line 76 of file PendingPayment.cs.

◆ Uri

string EDaler.PendingPayment.Uri
getset

Uri

Definition at line 85 of file PendingPayment.cs.


The documentation for this class was generated from the following file: