Class TransferTicketContent
Inheritance
System.Object
TransferTicketContent
Assembly: Netmavryk.dll
Syntax
public class TransferTicketContent : ManagerOperationContent
Properties
|
Improve this Doc
View Source
Destination
Declaration
public string Destination { get; set; }
Property Value
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
Entrypoint
Declaration
public string Entrypoint { get; set; }
Property Value
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
Kind
Declaration
public override string Kind { get; }
Property Value
| Type |
Description |
| System.String |
|
Overrides
|
Improve this Doc
View Source
TicketAmount
Declaration
public BigInteger TicketAmount { get; set; }
Property Value
| Type |
Description |
| BigInteger |
|
|
Improve this Doc
View Source
TicketContent
Declaration
public IMicheline TicketContent { get; set; }
Property Value
|
Improve this Doc
View Source
TicketTicketer
Declaration
public string TicketTicketer { get; set; }
Property Value
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
TicketType
Declaration
public IMicheline TicketType { get; set; }
Property Value