Amount Property

Treatail NEO Core Logic

Treatail.NEO

TokenTransferRequest..::..Amount Property

Namespace:  Treatail.NEO.WebApi.Tests.Models
Assembly:  Treatail.NEO.WebApi.Tests (in Treatail.NEO.WebApi.Tests.dll)

Syntax


public decimal Amount { get; set; }
Public Property Amount As Decimal
	Get
	Set
public:
property Decimal^ Amount {
	Decimal^ get ();
	void set (Decimal^ value);
}