 | IPurchaseInvoiceLineEntityBaseReturnState Property |
Gets or sets whether the purchase order is delivered, partially delivered or not delivered
List of authorized values in DocumentDeliveryState
Namespace:
EBP.Api.Interfaces.Invoicing.Module.Entities.PurchaseDocument
Assembly:
EBP.Api.XXX.Interfaces (in EBP.Api.XXX.Interfaces.dll) Version: 1.0.3.0
SyntaxNullable<byte> ReturnState { get; set; }
Property ReturnState As Nullable(Of Byte)
Get
Set
Property Value
Type:
NullableByte
See Also