Flow.Net
Show / Hide Table of Contents

Class FlowCollection

Inheritance
Object
FlowCollection
Namespace: Flow.Net.Sdk.Core.Models
Assembly: Flow.Net.Sdk.Core.dll
Syntax
public class FlowCollection

Properties

| Improve this Doc View Source

Id

Declaration
public string Id { get; set; }
Property Value
Type Description
String
| Improve this Doc View Source

TransactionIds

Declaration
public IList<FlowTransactionId> TransactionIds { get; set; }
Property Value
Type Description
IList<FlowTransactionId>
| Improve this Doc View Source

Transactions

Declaration
public IList<FlowTransactionResponse> Transactions { get; set; }
Property Value
Type Description
IList<FlowTransactionResponse>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX