Class Chime
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
|
Edit this page
View Source
CustomData
Declaration
[JsonPropertyName("custom_data")]
public Dictionary<string, string>? CustomData { get; set; }
Property Value
|
Edit this page
View Source
CustomerId
Declaration
[JsonPropertyName("customer_id")]
public string? CustomerId { get; set; }
Property Value
|
Edit this page
View Source
Email
Declaration
[JsonPropertyName("email")]
public JsonObject? Email { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonExtensionData]
public Dictionary<string, JsonElement>? Extra { get; set; }
Property Value
|
Edit this page
View Source
FullMessage
Declaration
[JsonPropertyName("full_message")]
public string? FullMessage { get; set; }
Property Value
|
Edit this page
View Source
Id
Declaration
[JsonPropertyName("id")]
public string? Id { get; set; }
Property Value
|
Edit this page
View Source
Purpose
Declaration
[JsonPropertyName("purpose")]
public string? Purpose { get; set; }
Property Value
|
Edit this page
View Source
Recipient
Declaration
[JsonPropertyName("recipient")]
public JsonObject? Recipient { get; set; }
Property Value
|
Edit this page
View Source
SenderId
Declaration
[JsonPropertyName("sender_id")]
public string? SenderId { get; set; }
Property Value
|
Edit this page
View Source
Transmission
Declaration
[JsonPropertyName("transmission")]
public ChimeTransmission? Transmission { get; set; }
Property Value