Inttegro .NET SDK
Search Results for

    Show / Hide Table of Contents

    Class Order

    Inheritance
    object
    Order
    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 Order

    Properties

    | Edit this page View Source

    CompletedAt

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

    Customer

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

    Extra

    Declaration
    [JsonExtensionData]
    public Dictionary<string, JsonElement>? Extra { get; set; }
    Property Value
    Type Description
    Dictionary<string, JsonElement>
    | Edit this page View Source

    Id

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

    InitiatedAt

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

    Invoice

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

    LineItemGroup

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

    Number

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

    Payment

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

    Refunds

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

    SealedAt

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

    Shipping

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

    Status

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