Class: Ebay::Types::PaidStatusCode

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

Constant Summary collapse

NotPaid =
'NotPaid'
BuyerHasNotCompletedCheckout =
'BuyerHasNotCompletedCheckout'
PaymentPendingWithPayPal =
'PaymentPendingWithPayPal'
PaidWithPayPal =
'PaidWithPayPal'
MarkedAsPaid =
'MarkedAsPaid'
PaymentPendingWithEscrow =
'PaymentPendingWithEscrow'
PaidWithEscrow =
'PaidWithEscrow'
EscrowPaymentCancelled =
'EscrowPaymentCancelled'
PaymentPendingWithPaisaPay =
'PaymentPendingWithPaisaPay'
PaidWithPaisaPay =
'PaidWithPaisaPay'
PaymentPending =
'PaymentPending'
PaymentPendingWithPaisaPayEscrow =
'PaymentPendingWithPaisaPayEscrow'
PaidWithPaisaPayEscrow =
'PaidWithPaisaPayEscrow'
PaisaPayNotPaid =
'PaisaPayNotPaid'
Refunded =
'Refunded'
WaitingForCODPayment =
'WaitingForCODPayment'
PaidCOD =
'PaidCOD'

Method Summary

Methods included from Enumeration

each