 | 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
SyntaxNullable<bool> AllowPosReturningChange { get; set; }
Property AllowPosReturningChange As Nullable(Of Boolean)
Get
Set
Property Value
Type:
NullableBoolean
RemarksThis entity member is bound to the AllowPosReturningChange (Autoriser le rendu-monnaie) column of the PaymentType (Moyens de Paiement) table.
See Also