 | IPaymentTypeEntityIncludeUnpaidChargeToRemit Property |
Gets or sets whether unpaid charge must be included to a new settlement amount
(Inclure les frais dans le montant d’impayé à représenter)
Namespace:
EBP.Api.Interfaces.Invoicing.Module.Entities.SettlementMode
Assembly:
EBP.Api.XXX.Interfaces (in EBP.Api.XXX.Interfaces.dll) Version: 1.0.3.0
SyntaxNullable<bool> IncludeUnpaidChargeToRemit { get; set; }
Property IncludeUnpaidChargeToRemit As Nullable(Of Boolean)
Get
Set
Property Value
Type:
NullableBoolean
RemarksThis entity member is bound to the IncludeUnpaidChargeToRemit (Inclure les frais dans le montant d’impayé à représenter) column of the PaymentType (Moyens de Paiement) table.
See Also