Inttegro .NET SDK
Search Results for

    Show / Hide Table of Contents

    Class PayoutSchedule

    Inheritance
    object
    PayoutSchedule
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Inttegro
    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
    Type Description
    PayoutAgingSpec
    | Edit this page View Source

    Description

    Declaration
    [JsonPropertyName("description")]
    public string? Description { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Interval

    Declaration
    [JsonPropertyName("interval")]
    public string? Interval { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Name

    Declaration
    [JsonPropertyName("name")]
    public string? Name { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    ScheduleOn

    Declaration
    [JsonPropertyName("schedule_on")]
    public string? ScheduleOn { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Type

    Declaration
    [JsonPropertyName("type")]
    public string? Type { get; set; }
    Property Value
    Type Description
    string
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX