Class: EBay::PaidStatusCodeType

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

Overview

urn:ebay:apis:eBLBaseComponentsPaidStatusCodeType

Constant Summary collapse

BuyerHasNotCompletedCheckout =
new("BuyerHasNotCompletedCheckout")
CustomCode =
new("CustomCode")
EscrowPaymentCancelled =
new("EscrowPaymentCancelled")
MarkedAsPaid =
new("MarkedAsPaid")
NotPaid =
new("NotPaid")
new("Paid")
PaidCOD =
new("PaidCOD")
PaidWithEscrow =
new("PaidWithEscrow")
PaidWithPaisaPay =
new("PaidWithPaisaPay")
PaidWithPaisaPayEscrow =
new("PaidWithPaisaPayEscrow")
PaidWithPayPal =
new("PaidWithPayPal")
PaisaPayNotPaid =
new("PaisaPayNotPaid")
PayUponInvoice =
new("PayUponInvoice")
PaymentPending =
new("PaymentPending")
PaymentPendingWithEscrow =
new("PaymentPendingWithEscrow")
PaymentPendingWithPaisaPay =
new("PaymentPendingWithPaisaPay")
PaymentPendingWithPaisaPayEscrow =
new("PaymentPendingWithPaisaPayEscrow")
PaymentPendingWithPayPal =
new("PaymentPendingWithPayPal")
Refunded =
new("Refunded")
WaitingForCODPayment =
new("WaitingForCODPayment")