Click or drag to resize

IOrderSaleDocumentEntityDeliveryAddressType Property

Gets or sets the delivery address type

List of authorized values in DeliveryAddressTypes

(Adresse de livraison achat)

Namespace:  EBP.Api.Interfaces.Invoicing.Module.Entities.SaleDocument
Assembly:  EBP.Api.XXX.Interfaces (in EBP.Api.XXX.Interfaces.dll) Version: 1.0.3.0
Syntax
Nullable<byte> DeliveryAddressType { get; set; }

Property Value

Type: NullableByte
Remarks
This entity member is bound to the DeliveryAddressType (Adresse de livraison achat) column of the SaleDocument (Document de vente) table.
See Also