Class: EscrowCodeType

Inherits:
String
  • Object
show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsEscrowCodeType

Constant Summary collapse

ByBuyer =
EscrowCodeType.new("ByBuyer")
BySeller =
EscrowCodeType.new("BySeller")
CustomCode =
EscrowCodeType.new("CustomCode")
None =
EscrowCodeType.new("None")