๐ Home > ๐ Data Types > ๐งฉ TrustPurseInfo
TrustPurseInfo
Namespace: Cit.WebMoney.Keeper
Assembly: WMKeeperHelper
Properties
| Name | Type | Can Read | Can Write | Description |
|---|---|---|---|---|
| purse | String |
โ | โ |
Fields
| Name | Type | Is ReadOnly | Description |
|---|---|---|---|
| dAmount | Decimal |
โ | |
| DayLimit | Decimal |
โ | |
| dLimit | Decimal |
โ | |
| dSum | Decimal |
โ | |
| inv | Int32 |
โ | |
| mLimit | Decimal |
โ | |
| msid | Int64 |
โ | |
| mSum | Decimal |
โ | |
| pursebal | Int32 |
โ | |
| trans | Int32 |
โ | |
| transhist | Int32 |
โ | |
| trustwmid | String |
โ | |
| wLimit | Decimal |
โ | |
| wSum | Decimal |
โ |
Usage Examples
C# Example
var obj = new TrustPurseInfo
{
purse = "R000000000000",
};
JSON Representation
{
"purse": "string"
}
Navigation
โฌ ๏ธ Back to Data Types | ๐ API Overview | ๐ป Code Examples