 | IPurchaseDocumentEntityBaseDeliveryAddressType Property |
Gets or sets the DeliveryAddressType
List of authorized values in DeliveryAddressTypes
(Adresse de livraison)
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> 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) column of the PurchaseDocument (Document d'achat) table.
See Also