Inttegro .NET SDK
Search Results for

    Show / Hide Table of Contents

    Class Chime

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

    Properties

    | 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

    CustomData

    Declaration
    [JsonPropertyName("custom_data")]
    public Dictionary<string, string>? CustomData { get; set; }
    Property Value
    Type Description
    Dictionary<string, string>
    | Edit this page View Source

    CustomerId

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

    Email

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

    Purpose

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

    Recipient

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

    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