Class Confirmation
Represents the confirmation status response for the authenticated user.
public sealed record Confirmation : IEquatable<Confirmation>
- Inheritance
-
Confirmation
- Implements
- Inherited Members
Properties
Details
Gets confirmation details, or null if not available.
[JsonPropertyName("details")]
public object? Details { get; init; }
Property Value
Status
Gets the confirmation status, or null if not available.
[JsonPropertyName("status")]
public string? Status { get; init; }