Click or drag to resize

ICashMovementEntityBankRemittanceId Property

Gets or sets the parent bank remittance identifier.

(Code de remise en banque)

Namespace:  EBP.Api.Interfaces.Invoicing.Module.Entities.Pos
Assembly:  EBP.Api.XXX.Interfaces (in EBP.Api.XXX.Interfaces.dll) Version: 1.0.3.0
Syntax
Nullable<Guid> BankRemittanceId { get; set; }

Property Value

Type: NullableGuid
Remarks
This entity member is bound to the BankRemittanceId (Code de remise en banque) column of the CashMovement (Mouvement de caisse) table.
See Also