Namespace: Mindee.Product.DeliveryNote
Assembly: Mindee
Assembly Version: 3.21.0+995c229708fe61b0dacbe0bfca8ad9e39db87623
Delivery note API version 1.1 document data.
public class DeliveryNoteV1Document : IPrediction
Inheritance: object → DeliveryNoteV1Document
Implements: IPrediction
Name | Description |
---|---|
DeliveryNoteV1Document() |
Name | Description |
---|---|
CustomerAddress | The address of the customer receiving the goods. |
CustomerName | The name of the customer receiving the goods. |
DeliveryDate | The date on which the delivery is scheduled to arrive. |
DeliveryNumber | A unique identifier for the delivery note. |
SupplierAddress | The address of the supplier providing the goods. |
SupplierName | The name of the supplier providing the goods. |
TotalAmount | The total monetary value of the goods being delivered. |
Name | Description |
---|---|
ToString() | A prettier representation of the current model values. |
Documentation generated by MdDocs