 | 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
SyntaxNullable<byte> DeliveryAddressType { get; set; }
Property DeliveryAddressType As Nullable(Of Byte)
Get
Set
Property Value
Type:
NullableByte
RemarksThis entity member is bound to the DeliveryAddressType (Adresse de livraison achat) column of the SaleDocument (Document de vente) table.
See Also