Click or drag to resize

IGiftVoucherEntityIsSoldWithoutDocument Property

Gets or sets whether gift voucher has been sold without document (manually sold from item entry form, for gift voucher sold in another application).

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<bool> IsSoldWithoutDocument { get; set; }

Property Value

Type: NullableBoolean
See Also