Table of Contents

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

ResidualResponse

Type

The answer type.

[JsonIgnore]
public string Type { get; }

Property Value

string

Warnings

The warnings.

[JsonPropertyName("warnings")]
public required IReadOnlyCollection<DetailedError> Warnings { get; init; }

Property Value

IReadOnlyCollection<DetailedError>