Class BalanceBreakdown
Inheritance
BalanceBreakdown
Assembly: Inttegro.dll
Syntax
public sealed class BalanceBreakdown
Properties
|
Edit this page
View Source
Available
Declaration
[JsonPropertyName("available")]
public BalanceAmount? Available { get; set; }
Property Value
|
Edit this page
View Source
IncludesTransactionsBefore
Declaration
[JsonPropertyName("includes_transactions_before")]
public string? IncludesTransactionsBefore { get; set; }
Property Value
|
Edit this page
View Source
Pending
Declaration
[JsonPropertyName("pending")]
public BalanceAmount? Pending { get; set; }
Property Value
|
Edit this page
View Source
Refund
Declaration
[JsonPropertyName("refund")]
public BalanceAmount? Refund { get; set; }
Property Value
|
Edit this page
View Source
Reserved
Declaration
[JsonPropertyName("reserved")]
public BalanceAmount? Reserved { get; set; }
Property Value