Inttegro .NET SDK
Search Results for

    Show / Hide Table of Contents

    Class Payout

    Inheritance
    object
    Payout
    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 Payout

    Properties

    | Edit this page View Source

    Amount

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

    ApplicationId

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

    BalanceTransactionIds

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

    CanceledAt

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

    DestinationId

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

    ExecuteAfter

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

    ExecutedAt

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

    ExpectedAt

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

    Extra

    Declaration
    [JsonExtensionData]
    public Dictionary<string, JsonElement>? Extra { get; set; }
    Property Value
    Type Description
    Dictionary<string, JsonElement>
    | Edit this page View Source

    Id

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

    InitiatedAt

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

    InitiatedBy

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

    LatestAttemptId

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

    LatestError

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

    MaxAmount

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

    ScheduledAt

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

    Status

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

    SucceededAt

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