Class: Ebay::Types::DisputeExplanationCode

Inherits:
Object
  • Object
show all
Extended by:
Enumerable, Enumeration
Defined in:
lib/ebay/types/dispute_explanation_code.rb

Constant Summary collapse

BuyerHasNotResponded =
'BuyerHasNotResponded'
BuyerRefusedToPay =
'BuyerRefusedToPay'
BuyerNotClearedToPay =
'BuyerNotClearedToPay'
BuyerReturnedItemForRefund =
'BuyerReturnedItemForRefund'
UnableToResolveTerms =
'UnableToResolveTerms'
BuyerNoLongerWantsItem =
'BuyerNoLongerWantsItem'
BuyerPurchasingMistake =
'BuyerPurchasingMistake'
ShipCountryNotSupported =
'ShipCountryNotSupported'
ShippingAddressNotConfirmed =
'ShippingAddressNotConfirmed'
PaymentMethodNotSupported =
'PaymentMethodNotSupported'
BuyerNoLongerRegistered =
'BuyerNoLongerRegistered'
OtherExplanation =
'OtherExplanation'
Unspecified =
'Unspecified'

Method Summary

Methods included from Enumeration

each