Class OtpTransaction
Inheritance
OtpTransaction
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
|
Edit this page
View Source
CanceledAt
Declaration
[JsonPropertyName("canceled_at")]
public string? CanceledAt { get; set; }
Property Value
|
Edit this page
View Source
ExpiresAt
Declaration
[JsonPropertyName("expires_at")]
public string? ExpiresAt { 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
InitiatedAt
Declaration
[JsonPropertyName("initiated_at")]
public string? InitiatedAt { get; set; }
Property Value
|
Edit this page
View Source
Status
Declaration
[JsonPropertyName("status")]
public string? Status { get; set; }
Property Value
|
Edit this page
View Source
Transmission
Declaration
[JsonPropertyName("transmission")]
public ChimeTransmission? Transmission { get; set; }
Property Value