Inttegro .NET SDK
Search Results for

    Show / Hide Table of Contents

    Class ChimeTransmission

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

    Properties

    | Edit this page View Source

    DeliveredAt

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

    Recipient

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

    SenderId

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

    SentAt

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

    SentVia

    Declaration
    [JsonPropertyName("sent_via")]
    public string? SentVia { 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
    In this article
    Back to top Generated by DocFX