 | IPurchaseDocumentEntityBaseIsShippingDistributedOnPurchaseChargeAmount Property |
Gets or sets wether purchase charge amount is distributed
(Frais de port répartis sur le document)
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<bool> IsShippingDistributedOnPurchaseChargeAmount { get; set; }
Property IsShippingDistributedOnPurchaseChargeAmount As Nullable(Of Boolean)
Get
Set
Property Value
Type:
NullableBoolean
RemarksThis entity member is bound to the IsShippingDistributedOnPurchaseChargeAmount (Frais de port répartis sur le document) column of the PurchaseDocumentEx (Document d'achat étendu) table.
See Also