Class: Merge::Crm::OpportunityStatusEnum

Inherits:
Object
  • Object
show all
Defined in:
lib/merge_ruby_client/crm/types/opportunity_status_enum.rb

Overview

  • ‘OPEN` - OPEN

  • ‘WON` - WON

  • ‘LOST` - LOST

Constant Summary collapse

OPEN =
"OPEN"
WON =
"WON"
LOST =
"LOST"