 | IPaymentTypeEntityTransferAtCommitmentDate Property |
Gets or sets whether settlement is transfered using the commitment date
(Transférer à la date d'échéance dans le journal de banque)
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> TransferAtCommitmentDate { get; set; }
Property TransferAtCommitmentDate As Nullable(Of Boolean)
Get
Set
Property Value
Type:
NullableBoolean
RemarksThis entity member is bound to the TransferAtCommitmentDate (Transférer à la date d'échéance dans le journal de banque) column of the PaymentType (Moyens de Paiement) table.
See Also