 | 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
Syntaxvoid SetCurrencyAmount(
decimal value
)
Sub SetCurrencyAmount (
value As Decimal
)
Parameters
- value
- Type: SystemDecimal
The amount to set
See Also