Click or drag to resize

IReadOnlyPosAdvancedOptionsComplexEntityMember Interface

Point of sales advanced options complex entity member

Namespace:  EBP.Api.Interfaces.Invoicing.Module.Options.Pos
Assembly:  EBP.Api.XXX.Interfaces (in EBP.Api.XXX.Interfaces.dll) Version: 1.0.3.0
Syntax
public interface IReadOnlyPosAdvancedOptionsComplexEntityMember : IReadOnlyComplexEntityMember, 
	IDisposable, IEquatable<IProxy>

The IReadOnlyPosAdvancedOptionsComplexEntityMember type exposes the following members.

Properties
  NameDescription
Public propertyAllowExpiredGiftVouchers
Gets the AllowExpiredGiftVouchers member value
Public propertyAllowGiveChangeOnSoldGiftVouchersUsedAsPaymentType
Gets the AllowGiveChangeOnSoldGiftVouchersUsedAsPaymentType member value
Public propertyAllowNoReturningChange
Gets the AllowNoReturningChange member value
Public propertyCustomerAdvantageValidityDuration
Gets the CustomerAdvantageValidityDuration member value
Public propertyDefaultSubscriptionValidityDuration
Gets the DefaultSubscriptionValidityDuration member value
Public propertyEntity
The owner entity
(Inherited from IReadOnlyComplexEntityMember.)
Public propertyGenerateGiftVoucherIfGiftVoucherSettlementGreatherThanReceiptAmount
Gets the GenerateGiftVoucherIfGiftVoucherSettlementGreatherThanReceiptAmount member value
Public propertyGiftVoucherValidityDuration
Gets the GiftVoucherValidityDuration member value
Public propertyLoyaltyCardRenewalAction
Gets the LoyaltyCardRenewalAction member value
Public propertyLoyaltyCardValidityDuration
Gets the LoyaltyCardValidityDuration member value
Public propertyMustSelectGiftVoucherWhenSale
Gets the MustSelectGiftVoucherWhenSale member value
Public propertyPeriodBeforeLoyaltyCardRenewal
Gets the PeriodBeforeLoyaltyCardRenewal member value
Public propertyPrintCustomerAdvantageOnPosReceipt
Gets the PrintCustomerAdvantageOnPosReceipt member value
Public propertyPrintGiftVoucherFromPos
Gets the PrintGiftVoucherFromPos member value
Public propertyPrintLoyaltyInformationsOnPosReceipt
Gets the PrintLoyaltyInformationsOnPosReceipt member value
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Top
See Also