Class: PaidStatusCodeType

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

Overview

urn:ebay:apis:eBLBaseComponentsPaidStatusCodeType

Constant Summary collapse

BuyerHasNotCompletedCheckout =
PaidStatusCodeType.new("BuyerHasNotCompletedCheckout")
CustomCode =
PaidStatusCodeType.new("CustomCode")
EscrowPaymentCancelled =
PaidStatusCodeType.new("EscrowPaymentCancelled")
MarkedAsPaid =
PaidStatusCodeType.new("MarkedAsPaid")
NotPaid =
PaidStatusCodeType.new("NotPaid")
PaidWithEscrow =
PaidStatusCodeType.new("PaidWithEscrow")
PaidWithPaisaPay =
PaidStatusCodeType.new("PaidWithPaisaPay")
PaidWithPayPal =
PaidStatusCodeType.new("PaidWithPayPal")
PaymentPending =
PaidStatusCodeType.new("PaymentPending")
PaymentPendingWithEscrow =
PaidStatusCodeType.new("PaymentPendingWithEscrow")
PaymentPendingWithPaisaPay =
PaidStatusCodeType.new("PaymentPendingWithPaisaPay")
PaymentPendingWithPayPal =
PaidStatusCodeType.new("PaymentPendingWithPayPal")