Class OrderDocumentDelivery
Inheritance
OrderDocumentDelivery
Assembly: Inttegro.dll
Syntax
public sealed class OrderDocumentDelivery
Properties
|
Edit this page
View Source
Deliveries
Declaration
[JsonPropertyName("deliveries")]
public List<OrderDocumentDeliveryAttempt>? Deliveries { get; set; }
Property Value
|
Edit this page
View Source
DocumentKind
Declaration
[JsonPropertyName("document_kind")]
public string? DocumentKind { get; set; }
Property Value
|
Edit this page
View Source
DocumentUrl
Declaration
[JsonPropertyName("document_url")]
public string? DocumentUrl { get; set; }
Property Value
|
Edit this page
View Source
FailedChannels
Declaration
[JsonPropertyName("failed_channels")]
public List<string>? FailedChannels { get; set; }
Property Value
|
Edit this page
View Source
Failures
Declaration
[JsonPropertyName("failures")]
public List<OrderDocumentDeliveryAttempt>? Failures { get; set; }
Property Value
|
Edit this page
View Source
SentChannels
Declaration
[JsonPropertyName("sent_channels")]
public List<string>? SentChannels { get; set; }
Property Value