Inttegro .NET SDK
Search Results for

    Show / Hide Table of Contents

    Class OrderDocumentDelivery

    Inheritance
    object
    OrderDocumentDelivery
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Inttegro
    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
    Type Description
    List<OrderDocumentDeliveryAttempt>
    | Edit this page View Source

    DocumentKind

    Declaration
    [JsonPropertyName("document_kind")]
    public string? DocumentKind { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    DocumentUrl

    Declaration
    [JsonPropertyName("document_url")]
    public string? DocumentUrl { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    FailedChannels

    Declaration
    [JsonPropertyName("failed_channels")]
    public List<string>? FailedChannels { get; set; }
    Property Value
    Type Description
    List<string>
    | Edit this page View Source

    Failures

    Declaration
    [JsonPropertyName("failures")]
    public List<OrderDocumentDeliveryAttempt>? Failures { get; set; }
    Property Value
    Type Description
    List<OrderDocumentDeliveryAttempt>
    | Edit this page View Source

    SentChannels

    Declaration
    [JsonPropertyName("sent_channels")]
    public List<string>? SentChannels { get; set; }
    Property Value
    Type Description
    List<string>
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX