ConnectApi Enums

Enums specific to the ConnectApi namespace and Industries features.

ConnectApi enums inherit all properties and methods of Apex enums.

Enums are not versioned. Enum values are returned in all API versions. Clients should handle values they don't understand gracefully.

Enum Description
ConnectApi.​EthocaAlertOutcome Type of Ethoca alert outcome.
  • AccountSuspended
  • InProgress
  • NotFound
  • NotProvided
  • Other
  • PartiallyStopped
  • PreviouslyCancelled
  • PreviouslyRefunded
  • Resolved
  • ShipperContacted
  • Stopped
  • TooLate
  • UnresolvedDispute
ConnectApi.​EthocaAlertRefundStatus Type of Ethoca alert refund status.
  • NotRefunded
  • NotSettled
  • Refunded
ConnectApi.​EthocaEventType Type of Ethoca event.
  • AlertOutcomeUpdated
  • BatchProcessed
ConnectApi.​RecordAlertSourceTypeEnum Type of source system.
  • Apex
  • Internal
ConnectApi.​RecordAlertSeverityType Type of severity.
  • Error
  • Info
  • Warning