Class MobileMoney
Inherited Members
Namespace: Inttegro
Assembly: Inttegro.dll
Syntax
public sealed class MobileMoney
Properties
| Edit this page View SourceAccountNumber
Declaration
[JsonPropertyName("account_number")]
public string? AccountNumber { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Network
Declaration
[JsonPropertyName("network")]
public MobileMoneyNetwork Network { get; set; }
Property Value
| Type | Description |
|---|---|
| MobileMoneyNetwork |