Inttegro .NET SDK
Search Results for

    Show / Hide Table of Contents

    Class OtpTransaction

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

    Properties

    | Edit this page View Source

    CancelReason

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

    ExpiresAt

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

    FullMessage

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

    Status

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

    Transmission

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