Represents accounting information regarding product shipped.
| Name | Data Type | Description |
|---|---|---|
| ShipmentExpenseKey | Integer |
System assigned, immutable value that uniquely identifies the record |
| Amount | Decimal |
|
| InvoiceDate | DateTime |
|
| FamousHasMatchingInvoiceNumber | Boolean |
Indicates whether an invoice with the same invoice number exists in the Famous system for the same vendor |
| InvoiceLineNumber | Integer |
|
| InvoiceNumber | String |
|
| ShipmentExpenseCharge | ShipmentExpenseCharge |
Refer to data type’s documentation for further information |
| Shipment | Shipment |
Refer to data type’s documentation for further information |
| Vendor | Name |
Refer to data type’s documentation for further information |
The FamousHasMatchingInvoiceNumber property confirms that at least one invoice exists in the Famous accounting system with the specified InvoiceNumber and Vendor. However, because invoice numbers can be reused by a vendor, this property does not guarantee that it matches the specific invoice identified by the InvoiceNumber and Vendor properties.