Click or drag to resize

IThirdInfosUpdateArgs Interface

Args used to update third infos (amounts, invoice date...)

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

The IThirdInfosUpdateArgs type exposes the following members.

Properties
  NameDescription
Public propertyAmount
Gets/set amount to add to third
Public propertyCanSetNullDateValue
Gets whether invoice date can be set with null value
Public propertyEffectOfTradeAmount
Gets/set amount to add to third's EffectOfTrade amount
Public propertyErrors
Gets/set Errors collection to complete
Public propertyExtendedAmount
Gets/set amount to add to third's extended amount
Public propertyForceReloadThird
Gets/ set whether Third must be reloaded before update
Public propertyInvoiceDate
Gets/set invoice date
Public propertyIsInvoiceDeleting
Gets/set whether invoice is deleting or third modified
Public propertyIsThirdLocked
Gets/set whether third is already locked
Public propertyThirdId
Gets/set third Id to update
Public propertyTradeDocument
Gets/set Trade document which update third infos
Public propertyTransferProspectToCustomer
Gets/set whether prospect must be transfered to customer
Top
Remarks
The IThirdInfosUpdateArgs type can be instantiated with EBP.Api.Utils<TExtension>.GetInterface<T>
IThirdInfosUpdateArgs instance = Utils<ExtensionType>.GetInterface<IThirdInfosUpdateArgs>();
See Also