Inttegro .NET SDK
Search Results for

    Show / Hide Table of Contents

    Class Payment

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

    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

    BalanceTransaction

    Declaration
    [JsonPropertyName("balance_transaction")]
    public BalanceTransaction? BalanceTransaction { get; set; }
    Property Value
    Type Description
    BalanceTransaction
    | 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

    Extra

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

    FailedAt

    Declaration
    [JsonPropertyName("failed_at")]
    public string? FailedAt { get; set; }
    Property Value
    Type Description
    string
    | 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

    LatestAttempt

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

    NextAction

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

    PaidAt

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

    PaymentMethod

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

    PayoutConfiguration

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

    StatementDescriptor

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

    Status

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