Click or drag to resize

ICommitmentEntityBaseSetCurrencyAmount Method

Set the currency amount of the commitment

Namespace:  EBP.Api.Interfaces.Invoicing.Module.Entities.Commitment
Assembly:  EBP.Api.XXX.Interfaces (in EBP.Api.XXX.Interfaces.dll) Version: 1.0.3.0
Syntax
void SetCurrencyAmount(
	decimal value
)

Parameters

value
Type: SystemDecimal
The amount to set
See Also