Click or drag to resize

IApproachChargeEntityDistributeOnDocumentsSelected Method

Distribute on documents selected

Namespace:  EBP.Api.Interfaces.Invoicing.Module.Entities.ApproachCharge
Assembly:  EBP.Api.XXX.Interfaces (in EBP.Api.XXX.Interfaces.dll) Version: 1.0.3.0
Syntax
void DistributeOnDocumentsSelected(
	IEnumerable<IApproachChargeDocumentEntity> documentsOnToDistribute
)

Parameters

documentsOnToDistribute
Type: System.Collections.GenericIEnumerableIApproachChargeDocumentEntity
Documents selected
See Also