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