Inttegro .NET SDK
Search Results for

    Show / Hide Table of Contents

    Class PaymentConfirmationAttempt

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

    Properties

    | Edit this page View Source

    Confirmed

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

    CreatedAt

    Declaration
    [JsonPropertyName("created_at")]
    public string? CreatedAt { 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

    Reason

    Declaration
    [JsonPropertyName("reason")]
    public string? Reason { 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

    Token

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