mindee-api-dotnet

DeliveryNoteV1Document Class

Namespace: Mindee.Product.DeliveryNote
Assembly: Mindee
Assembly Version: 3.22.0+aa1b44d54eab23ff2156f9ad9391c70a961697c0

Delivery note API version 1.1 document data.

public class DeliveryNoteV1Document : IPrediction

Inheritance: object → DeliveryNoteV1Document

Implements: IPrediction

Constructors

Name Description
DeliveryNoteV1Document()  

Properties

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.

Methods

Name Description
ToString() A prettier representation of the current model values.

Documentation generated by MdDocs