 | IBankEntityBase.SepaFileUtf8Encoded Property |
Gets or sets if the SEPA file should be encoded in UTF8 or ANSI
(Encoder le fichier SEPA en UTF-8)
Namespace:
EBP.Api.Interfaces.BusinessFramework.BusinessLogic.Entities
Assembly:
EBP.Api.XXX.Interfaces (in EBP.Api.XXX.Interfaces.dll) Version: 1.0.3.0
SyntaxNullable<bool> SepaFileUtf8Encoded { get; set; }
Property SepaFileUtf8Encoded As Nullable(Of Boolean)
Get
Set
Property Value
Type:
Nullable<Boolean>
RemarksThis entity member is bound to the SepaFileUtf8Encoded (Encoder le fichier SEPA en UTF-8) column of the Bank (Banque) table.
See Also