Class TransactionPayment
Inheritance
TransactionPayment
Assembly: Algorand.dll
Syntax
public class TransactionPayment
Properties
|
Edit this page
View Source
Amount
Declaration
[JsonProperty("amount", Required = Required.Always)]
[Required]
public ulong Amount { get; set; }
Property Value
|
Edit this page
View Source
CloseAmount
Declaration
[JsonProperty("close-amount", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public ulong? CloseAmount { get; set; }
Property Value
|
Edit this page
View Source
CloseRemainderTo
Declaration
[JsonProperty("close-remainder-to", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string CloseRemainderTo { get; set; }
Property Value
|
Edit this page
View Source
Receiver
Declaration
[JsonProperty("receiver", Required = Required.Always)]
[Required]
public string Receiver { get; set; }
Property Value