Class: Ebay::Types::PaidStatusCode
- Inherits:
-
Object
- Object
- Ebay::Types::PaidStatusCode
- 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'