Class: RefundReasonCodeType

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

Overview

urn:ebay:apis:eBLBaseComponentsRefundReasonCodeType

Constant Summary collapse

BuyerRemorse =
RefundReasonCodeType.new("BuyerRemorse")
CannotShipProduct =
RefundReasonCodeType.new("CannotShipProduct")
CustomCode =
RefundReasonCodeType.new("CustomCode")
ItemBadQuality =
RefundReasonCodeType.new("ItemBadQuality")
ItemDamaged =
RefundReasonCodeType.new("ItemDamaged")
Other =
RefundReasonCodeType.new("Other")
WrongItemShipped =
RefundReasonCodeType.new("WrongItemShipped")