Click or drag to resize

IDocumentTransferArgs Interface

DocumentTransferOperationArgs

Namespace:  EBP.Api.Interfaces.Invoicing.Module.Operations
Assembly:  EBP.Api.XXX.Interfaces (in EBP.Api.XXX.Interfaces.dll) Version: 1.0.3.0
Syntax
public interface IDocumentTransferArgs

The IDocumentTransferArgs type exposes the following members.

Properties
  NameDescription
Public propertyCopyFooter
Gets whether the origin document footer values must be copied
Public propertyCorrectionCause
Gets or set the invoice correction cause
Public propertyCorrectionReasonId
Gets or set the invoice correction reason
Public propertyCorrectionType
Get the invoice correction type (involves or not the invoice lines copy)
Public propertyCreatedDocumentIds
Gets the created document ids
Public propertyCreatedDocumentIdsWithCountermark
Gets list of created document Ids which contains countermark items
Public propertyCurrencyCalculationMethod
Get the currency calculation method
Public propertyCurrencyConversionRate
Get the currency conversion rate
Public propertyCurrencyId
Get the currency id if currency id forced (in UseThirdCurrencyId calculation method case)
Public propertyDateOfDocumentToCreate
Gets or sets the date of document to create
Public propertyDeliverPartiallyReceiptedCountermark
Gets/set whether a document with countermak lines, not totally receipted, can be delivered
Public propertyDocumentSerialId
Gets or set the document serial id
Public propertyDoNotAddOriginDocumentInformationLine
Gets whether the origin document information line must be added
Public propertyErrors
Gets the errors
Public propertyGeneratedSettlementsIds
Ids of settlement automatically generated at document save
Public propertyNumberPrefix
Gets the document number prefix to set
Public propertyNumberSuffix
Gets the document number suffix to set
Public propertySubTypeOfDocumentToCreate
Gets or sets the sub type of document to create
Public propertyTypeOfDocumentToCreate
Gets or sets the type of document to create
Top
Remarks
The IDocumentTransferArgs type can be instantiated with EBP.Api.Utils<TExtension>.GetInterface<T>
IDocumentTransferArgs instance = Utils<ExtensionType>.GetInterface<IDocumentTransferArgs>();
See Also