Class PartialAuthorizationAnswerResiduals
- Namespace
- CedarDotNet.Models
- Assembly
- CedarDotNet.dll
A residuals partial authorization answer.
public sealed record PartialAuthorizationAnswerResiduals : IPartialAuthorizationAnswer, IEquatable<PartialAuthorizationAnswerResiduals>
- Inheritance
-
PartialAuthorizationAnswerResiduals
- Implements
- Inherited Members
Properties
Response
The response.
[JsonPropertyName("response")]
public required ResidualResponse Response { get; init; }
Property Value
Type
The answer type.
[JsonIgnore]
public string Type { get; }
Property Value
Warnings
The warnings.
[JsonPropertyName("warnings")]
public required IReadOnlyCollection<DetailedError> Warnings { get; init; }