ETransactionStatusEnum Enumeration |
Product: ALL
Description: Enumeration of
eTransaction status values. The statuses (Sent, Viewed, Paid,
Delivery Error, Updated, Sent With ICN Error) are used by QBO
eInvoicing. The rest statuses are to be used for Tradeshift
Integration
Namespace:
Intuit.Ipp.Data
Assembly:
Intuit.Ipp.Data (in Intuit.Ipp.Data.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax[SerializableAttribute]
public enum ETransactionStatusEnum
Members
| Member name | Value | Description |
---|
| Sent | 0 | |
| Viewed | 1 | |
| Paid | 2 | |
| DeliveryError | 3 | |
| Updated | 4 | |
| Error | 5 | |
| Accepted | 6 | |
| Rejected | 7 | |
| SentWithICNError | 8 | |
| Delivered | 9 | |
| Disputed | 10 | |
Remarks
See Also