Class OrderInvoice
Assembly: Inttegro.dll
Syntax
public sealed class OrderInvoice
Properties
|
Edit this page
View Source
Deliveries
Declaration
[JsonPropertyName("deliveries")]
public List<JsonObject>? Deliveries { 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
Declaration
[JsonPropertyName("format")]
public OrderInvoiceFormat? Format { get; set; }
Property Value
|
Edit this page
View Source
Id
Declaration
[JsonPropertyName("id")]
public string? Id { get; set; }
Property Value