WoQuote Class |
Namespace: CorrigoService.Entities
[SerializableAttribute] public class WoQuote : CorrigoEntityWithOptimisticLock
The WoQuote type exposes the following members.
Name | Description | |
---|---|---|
![]() | Amount |
Quote amount. Negative values are not allowed; zero value might be blocked by pre-commit check.
|
![]() | CurrencyTypeId |
Currency type inherited from WO
|
![]() | Description |
Comments provided from either provider or requestor; zero length not always accepted.
Max Length=3072
|
![]() | Reason |
Reason for rejection; free-text. Required when Quote is Rejected.
Max Length=256
|
![]() | StatusId |
Quote status; matches enumeration QuoteStatus.
|
![]() | WoId |