Class Collection
Assembly: Flow.Net.Sdk.Client.Http.dll
Syntax
Properties
|
Improve this Doc
View Source
_expandable
Declaration
[JsonProperty("_expandable", Required = Required.Always)]
[Required]
public _expandable2 _expandable { get; set; }
Property Value
|
Improve this Doc
View Source
_links
Declaration
[JsonProperty("_links", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public Links _links { get; set; }
Property Value
|
Improve this Doc
View Source
AdditionalProperties
Declaration
[JsonExtensionData]
public IDictionary<string, object> AdditionalProperties { get; set; }
Property Value
|
Improve this Doc
View Source
Id
Declaration
[JsonProperty("id", Required = Required.Always)]
[Required(AllowEmptyStrings = true)]
public string Id { get; set; }
Property Value
|
Improve this Doc
View Source
Transactions
Declaration
[JsonProperty("transactions", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public ICollection<Transaction> Transactions { get; set; }
Property Value
Extension Methods