Class OrderDocumentDeliveryResult
Inherited Members
Namespace: Inttegro
Assembly: Inttegro.dll
Syntax
public sealed class OrderDocumentDeliveryResult
Properties
| Edit this page View SourceDelivery
Declaration
[JsonPropertyName("delivery")]
public OrderDocumentDelivery? Delivery { get; set; }
Property Value
| Type | Description |
|---|---|
| OrderDocumentDelivery |
Order
Declaration
[JsonPropertyName("order")]
public Order? Order { get; set; }
Property Value
| Type | Description |
|---|---|
| Order |