Class: ChannelAdvisor::OrderServiceSOAP::FlagType

Inherits:
String
  • Object
show all
Defined in:
lib/channel_advisor/order_service/types.rb

Overview

Constant Summary collapse

BlueFlag =
FlagType.new("BlueFlag")
ExclamationPoint =
FlagType.new("ExclamationPoint")
GreenFlag =
FlagType.new("GreenFlag")
ItemCopied =
FlagType.new("ItemCopied")
NoFlag =
FlagType.new("NoFlag")
NotAvailable =
FlagType.new("NotAvailable")
Price =
FlagType.new("Price")
QuestionMark =
FlagType.new("QuestionMark")
RedFlag =
FlagType.new("RedFlag")
YellowFlag =
FlagType.new("YellowFlag")