 | ICustomerProductEntityDeliveryAddressId Property |
Gets or sets the delivery address Id
(Identifiant de l'adresse de livraison)
Namespace:
EBP.Api.Interfaces.Invoicing.Module.Entities.Maintenance
Assembly:
EBP.Api.XXX.Interfaces (in EBP.Api.XXX.Interfaces.dll) Version: 1.0.3.0
SyntaxNullable<Guid> DeliveryAddressId { get; set; }
Property DeliveryAddressId As Nullable(Of Guid)
Get
Set
Property Value
Type:
NullableGuid
RemarksThis entity member is bound to the DeliveryAddressId (Identifiant de l'adresse de livraison) column of the CustomerProduct (Produit client) table.
See Also