Class Order
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
|
Edit this page
View Source
Customer
Declaration
[JsonPropertyName("customer")]
public OrderCustomer? Customer { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonExtensionData]
public Dictionary<string, JsonElement>? Extra { get; set; }
Property Value
|
Edit this page
View Source
Id
Declaration
[JsonPropertyName("id")]
public string? Id { get; set; }
Property Value
|
Edit this page
View Source
InitiatedAt
Declaration
[JsonPropertyName("initiated_at")]
public string? InitiatedAt { get; set; }
Property Value
|
Edit this page
View Source
Invoice
Declaration
[JsonPropertyName("invoice")]
public OrderInvoice? Invoice { get; set; }
Property Value
|
Edit this page
View Source
LineItemGroup
Declaration
[JsonPropertyName("line_item_group")]
public OrderLineItemGroup? LineItemGroup { get; set; }
Property Value
|
Edit this page
View Source
Number
Declaration
[JsonPropertyName("number")]
public string? Number { get; set; }
Property Value
|
Edit this page
View Source
Payment
Declaration
[JsonPropertyName("payment")]
public Payment? Payment { get; set; }
Property Value
|
Edit this page
View Source
Refunds
Declaration
[JsonPropertyName("refunds")]
public List<Refund>? Refunds { get; set; }
Property Value
|
Edit this page
View Source
SealedAt
Declaration
[JsonPropertyName("sealed_at")]
public string? SealedAt { get; set; }
Property Value
|
Edit this page
View Source
Shipping
Declaration
[JsonPropertyName("shipping")]
public JsonObject? Shipping { get; set; }
Property Value
|
Edit this page
View Source
Status
Declaration
[JsonPropertyName("status")]
public string? Status { get; set; }
Property Value