Class PayoutPage
Inherited Members
Namespace: Inttegro
Assembly: Inttegro.dll
Syntax
public sealed class PayoutPage
Properties
| Edit this page View SourceNumber
Declaration
[JsonPropertyName("number")]
public int? Number { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
Payouts
Declaration
[JsonPropertyName("payouts")]
public List<Payout>? Payouts { get; set; }
Property Value
| Type | Description |
|---|---|
| List<Payout> |
Size
Declaration
[JsonPropertyName("size")]
public int? Size { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |