Class PayoutSettings
Inheritance
PayoutSettings
Assembly: Inttegro.dll
Syntax
public sealed class PayoutSettings
Properties
|
Edit this page
View Source
Destinations
Declaration
[JsonPropertyName("destinations")]
public Dictionary<string, string>? Destinations { get; set; }
Property Value
|
Edit this page
View Source
FxEnabled
Declaration
[JsonPropertyName("fx_enabled")]
public bool? FxEnabled { get; set; }
Property Value
|
Edit this page
View Source
Schedule
Declaration
[JsonPropertyName("schedule")]
public PayoutSchedule? Schedule { get; set; }
Property Value