Class TransactionPayment
Inheritance
object
    TransactionPayment
  Inherited Members
      object.Equals(object)
    
    
      object.Equals(object, object)
    
    
      object.GetHashCode()
    
    
      object.GetType()
    
    
      object.MemberwiseClone()
    
    
      object.ReferenceEquals(object, object)
    
    
      object.ToString()
    
  Namespace: Algorand.Indexer.Model
Assembly: Algorand.dll
Syntax
public class TransactionPayment
  Properties
| Improve this Doc View SourceAmount
Declaration
[JsonProperty("amount", Required = Required.Always)]
[Required]
public ulong Amount { get; set; }
  Property Value
| Type | Description | 
|---|---|
| ulong | 
CloseAmount
Declaration
[JsonProperty("close-amount", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public ulong? CloseAmount { get; set; }
  Property Value
| Type | Description | 
|---|---|
| ulong? | 
CloseRemainderTo
Declaration
[JsonProperty("close-remainder-to", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string CloseRemainderTo { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | 
Receiver
Declaration
[JsonProperty("receiver", Required = Required.Always)]
[Required]
public string Receiver { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string |