 | IComplementaryDiscountEntityTransferToAccounting Property |
Inidicate whether complementary discount must be transfered to accounting application
(Comptabiliser la remise)
Namespace:
EBP.Api.Interfaces.Invoicing.Module.Entities.TradeDocument
Assembly:
EBP.Api.XXX.Interfaces (in EBP.Api.XXX.Interfaces.dll) Version: 1.0.3.0
SyntaxNullable<bool> TransferToAccounting { get; set; }
Property TransferToAccounting As Nullable(Of Boolean)
Get
Set
Property Value
Type:
NullableBoolean
RemarksThis entity member is bound to the TransferToAccounting (Comptabiliser la remise) column of the ComplementaryDiscount (Remise complémentaire) table.
See Also