Class PayoutSchedule
Inheritance
PayoutSchedule
Assembly: Inttegro.dll
Syntax
public sealed class PayoutSchedule
Properties
|
Edit this page
View Source
AgingSpec
Declaration
[JsonPropertyName("aging_spec")]
public PayoutAgingSpec? AgingSpec { get; set; }
Property Value
|
Edit this page
View Source
Description
Declaration
[JsonPropertyName("description")]
public string? Description { get; set; }
Property Value
|
Edit this page
View Source
Interval
Declaration
[JsonPropertyName("interval")]
public string? Interval { get; set; }
Property Value
|
Edit this page
View Source
Name
Declaration
[JsonPropertyName("name")]
public string? Name { get; set; }
Property Value
|
Edit this page
View Source
ScheduleOn
Declaration
[JsonPropertyName("schedule_on")]
public string? ScheduleOn { get; set; }
Property Value
|
Edit this page
View Source
Type
Declaration
[JsonPropertyName("type")]
public string? Type { get; set; }
Property Value