Class FlowCollection
Namespace: Flow.Net.Sdk.Core.Models
Assembly: Flow.Net.Sdk.Core.dll
Syntax
public class FlowCollection
Properties
| Improve this Doc View SourceId
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
String |
TransactionIds
Declaration
public IList<FlowTransactionId> TransactionIds { get; set; }
Property Value
Type | Description |
---|---|
IList<FlowTransactionId> |
Transactions
Declaration
public IList<FlowTransactionResponse> Transactions { get; set; }
Property Value
Type | Description |
---|---|
IList<FlowTransactionResponse> |