Click or drag to resize

IPaymentTypeEntityAllowPosReturningChange Property

Gets or sets the boolean indicating whether change returning is allow after POS (point of sale) settlements.

(Autoriser le rendu-monnaie)

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

Property Value

Type: NullableBoolean
Remarks
This entity member is bound to the AllowPosReturningChange (Autoriser le rendu-monnaie) column of the PaymentType (Moyens de Paiement) table.
See Also