 | 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
SyntaxNullable<bool> IsSoldWithoutDocument { get; set; }
Property IsSoldWithoutDocument As Nullable(Of Boolean)
Get
Set
Property Value
Type:
NullableBoolean
See Also