Inttegro .NET SDK
Search Results for

    Show / Hide Table of Contents

    Class PaymentAttempt

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

    Properties

    | 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

    InitiatedAt

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

    PaymentMethodId

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

    PaymentMethodType

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

    Reference

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

    Status

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