 | IBankRemittanceEntityUseRemittanceAccountsForAccountingTransfer Property |
Gets or sets whether accounting transfer must be done with remittance accounts
(Utiliser les comptes de remises)
Namespace:
EBP.Api.Interfaces.Invoicing.Module.Entities.BankRemittance
Assembly:
EBP.Api.XXX.Interfaces (in EBP.Api.XXX.Interfaces.dll) Version: 1.0.3.0
SyntaxNullable<bool> UseRemittanceAccountsForAccountingTransfer { get; set; }
Property UseRemittanceAccountsForAccountingTransfer As Nullable(Of Boolean)
Get
Set
Property Value
Type:
NullableBoolean
RemarksThis entity member is bound to the UseRemittanceAccountsForAccountingTransfer (Utiliser les comptes de remises) column of the BankRemittance (Remise en banque) table.
See Also