Class ChimeTransmission
Inheritance
ChimeTransmission
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
|
Edit this page
View Source
FailedAt
Declaration
[JsonPropertyName("failed_at")]
public string? FailedAt { get; set; }
Property Value
|
Edit this page
View Source
Recipient
Declaration
[JsonPropertyName("recipient")]
public string? 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
SentAt
Declaration
[JsonPropertyName("sent_at")]
public string? SentAt { get; set; }
Property Value
|
Edit this page
View Source
SentVia
Declaration
[JsonPropertyName("sent_via")]
public string? SentVia { get; set; }
Property Value
|
Edit this page
View Source
Status
Declaration
[JsonPropertyName("status")]
public string? Status { get; set; }
Property Value