Click or drag to resize
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
C#
[SerializableAttribute]
public enum ETransactionStatusEnum
Members
  Member nameValueDescription
Sent0
Viewed1
Paid2
DeliveryError3
Updated4
Error5
Accepted6
Rejected7
SentWithICNError8
Delivered9
Disputed10
Remarks
See Also