Class TransactionCancellationOptions
Inheritance
System.Object
TransactionCancellationOptions
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.ERP.Core
Assembly: Simplic.ERP.Core.dll
Syntax
public class TransactionCancellationOptions
Properties
| Improve this Doc View SourceDeliveryDate
Gets or sets the delivery date for the canceled transaction
Declaration
public DateTime? DeliveryDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
FinancialYearPeriodId
Gets or sets the financial year period id
Declaration
public Guid? FinancialYearPeriodId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
FinancialYearPeriodWaWiId
gets or sets the financial year merchandise management period id
Declaration
public Guid? FinancialYearPeriodWaWiId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
OverwriteData
Gets or sets whether the transactionData should be overwritten
Declaration
public bool OverwriteData { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
TransactionDate
Gets or sets the transaction date for the canceled transaction
Declaration
public DateTime? TransactionDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |