Inherits from NSObject
Conforms to PicoBindable
Declared in Trading_SellingManagerOrderStatusType.h
Trading_SellingManagerOrderStatusType.m

Overview

Status of a Selling manager order.

@ingroup EBayAPIInterface

Tasks

  •   checkoutStatus

    Indicates the current status of the checkout flow for the order.

    property
  •   paidStatus

    The paid status of the order.

    property
  •   shippedStatus

    The shipped status of the order.

    property
  •   eBayPaymentStatus

    The success or failure of a buyer’s online payment.

    property
  •   payPalTransactionID

    The PayPal transaction ID. This value is not returned to new DE and AT sellers
    who are subject to the new payment process.




    Note:
    The introduction of the new eBay payment process for the entire German and
    Austrian eBay marketplace has been delayed until further notice.

    property
  •   paymentMethodUsed

    The payment method the buyer selected for paying the seller
    for the order. If checkout is incomplete,
    PaymentMethodUsed is set to whatever the buyer selected as his
    or her preference on the Review Your Purchase page.

    property
  •   feedbackReceived

    The type of feedback received (if feedback was received).

    property
  •   feedbackSent

    Whether the seller has left feedback.

    property
  •   totalEmailsSent

    The total emails sent.

    property
  •   paymentHoldStatus

    Contains the current status of a hold on a PayPal payment.
    The payment hold that is referred to as a “payment review” hold
    results from a possible issue with a buyer.
    The payment hold referred to as
    a “merchant hold” results from a possible issue with a seller.
    For more information, please see the link below.

    property
  •   sellerInvoiceNumber

    The custom invoice number.

    property
  •   shippedTime

    The date on which the seller marks the item as shipped, either set by default as
    the date date the item was marked shipped or set explicitly by the seller using
    the Edit Sales Record page. Note that sellers have the ability to set this value
    up to 3 calendar days in the future.

    property
  •   paidTime

    Date on which the order was paid.

    property
  •   lastEmailSentTime

    The time that the last email was sent.

    property
  •   sellerInvoiceTime

    The time the invoice was sent. This is a seller-entered value for VAT-enabled
    sites. It is returned only for business sellers in VAT-enabled sites.

    property
  •   integratedMerchantCreditCardEnabled

    Indicates whether the item can be paid for through a payment gateway (Payflow) account.
    If IntegratedMerchantCreditCardEnabled is true, then integrated merchant credit card (IMCC) is
    enabled for credit cards because the seller has a payment gateway account.
    Therefore, if IntegratedMerchantCreditCardEnabled is true, and AmEx, Discover, or
    VisaMC is returned for an item, then on checkout, an online credit-card payment
    is processed through a payment gateway account.
    A payment gateway account is used by sellers to accept online
    credit cards (Visa, MasterCard, American Express, and Discover).

    property
  •   any

    (public property)

    property

Properties

any

(public property)

@property (nonatomic, retain) NSMutableArray *any

Discussion

(public property)

entry type : PicoAnyElement, wrapper for primitive anyelement

Declared In

Trading_SellingManagerOrderStatusType.h

checkoutStatus

Indicates the current status of the checkout flow for the order.

@property (nonatomic, retain) NSString *checkoutStatus

Discussion

Indicates the current status of the checkout flow for the order.

type: string constant in Trading_CheckoutStatusCodeType.h

Declared In

Trading_SellingManagerOrderStatusType.h

eBayPaymentStatus

The success or failure of a buyer’s online payment.

@property (nonatomic, retain) NSString *eBayPaymentStatus

Discussion

The success or failure of a buyer’s online payment.

type: string constant in Trading_PaymentStatusCodeType.h

Declared In

Trading_SellingManagerOrderStatusType.h

feedbackReceived

The type of feedback received (if feedback was received).

@property (nonatomic, retain) NSString *feedbackReceived

Discussion

The type of feedback received (if feedback was received).

type: string constant in Trading_CommentTypeCodeType.h

Declared In

Trading_SellingManagerOrderStatusType.h

feedbackSent

Whether the seller has left feedback.

@property (nonatomic, retain) NSNumber *feedbackSent

Discussion

Whether the seller has left feedback.

type : NSNumber, wrapper for primitive bool

Declared In

Trading_SellingManagerOrderStatusType.h

integratedMerchantCreditCardEnabled

Indicates whether the item can be paid for through a payment gateway (Payflow) account.
If IntegratedMerchantCreditCardEnabled is true, then integrated merchant credit card (IMCC) is
enabled for credit cards because the seller has a payment gateway account.
Therefore, if IntegratedMerchantCreditCardEnabled is true, and AmEx, Discover, or
VisaMC is returned for an item, then on checkout, an online credit-card payment
is processed through a payment gateway account.
A payment gateway account is used by sellers to accept online
credit cards (Visa, MasterCard, American Express, and Discover).

@property (nonatomic, retain) NSNumber *integratedMerchantCreditCardEnabled

Discussion

Indicates whether the item can be paid for through a payment gateway (Payflow) account.
If IntegratedMerchantCreditCardEnabled is true, then integrated merchant credit card (IMCC) is
enabled for credit cards because the seller has a payment gateway account.
Therefore, if IntegratedMerchantCreditCardEnabled is true, and AmEx, Discover, or
VisaMC is returned for an item, then on checkout, an online credit-card payment
is processed through a payment gateway account.
A payment gateway account is used by sellers to accept online
credit cards (Visa, MasterCard, American Express, and Discover).

type : NSNumber, wrapper for primitive bool

Declared In

Trading_SellingManagerOrderStatusType.h

lastEmailSentTime

The time that the last email was sent.

@property (nonatomic, retain) NSDate *lastEmailSentTime

Discussion

The time that the last email was sent.

type : NSDate, wrapper for primitive date

Declared In

Trading_SellingManagerOrderStatusType.h

paidStatus

The paid status of the order.

@property (nonatomic, retain) NSString *paidStatus

Discussion

The paid status of the order.

type: string constant in Trading_SellingManagerPaidStatusCodeType.h

Declared In

Trading_SellingManagerOrderStatusType.h

paidTime

Date on which the order was paid.

@property (nonatomic, retain) NSDate *paidTime

Discussion

Date on which the order was paid.

type : NSDate, wrapper for primitive date

Declared In

Trading_SellingManagerOrderStatusType.h

payPalTransactionID

The PayPal transaction ID. This value is not returned to new DE and AT sellers
who are subject to the new payment process.




Note:
The introduction of the new eBay payment process for the entire German and
Austrian eBay marketplace has been delayed until further notice.

@property (nonatomic, retain) NSString *payPalTransactionID

Discussion

The PayPal transaction ID. This value is not returned to new DE and AT sellers
who are subject to the new payment process.




Note:
The introduction of the new eBay payment process for the entire German and
Austrian eBay marketplace has been delayed until further notice.

type : NSString, wrapper for primitive string

Declared In

Trading_SellingManagerOrderStatusType.h

paymentHoldStatus

Contains the current status of a hold on a PayPal payment.
The payment hold that is referred to as a “payment review” hold
results from a possible issue with a buyer.
The payment hold referred to as
a “merchant hold” results from a possible issue with a seller.
For more information, please see the link below.

@property (nonatomic, retain) NSString *paymentHoldStatus

Discussion

Contains the current status of a hold on a PayPal payment.
The payment hold that is referred to as a “payment review” hold
results from a possible issue with a buyer.
The payment hold referred to as
a “merchant hold” results from a possible issue with a seller.
For more information, please see the link below.

type: string constant in Trading_PaymentHoldStatusCodeType.h

Declared In

Trading_SellingManagerOrderStatusType.h

paymentMethodUsed

The payment method the buyer selected for paying the seller
for the order. If checkout is incomplete,
PaymentMethodUsed is set to whatever the buyer selected as his
or her preference on the Review Your Purchase page.

@property (nonatomic, retain) NSString *paymentMethodUsed

Discussion

The payment method the buyer selected for paying the seller
for the order. If checkout is incomplete,
PaymentMethodUsed is set to whatever the buyer selected as his
or her preference on the Review Your Purchase page.

type: string constant in Trading_BuyerPaymentMethodCodeType.h

Declared In

Trading_SellingManagerOrderStatusType.h

sellerInvoiceNumber

The custom invoice number.

@property (nonatomic, retain) NSString *sellerInvoiceNumber

Discussion

The custom invoice number.

type : NSString, wrapper for primitive string

Declared In

Trading_SellingManagerOrderStatusType.h

sellerInvoiceTime

The time the invoice was sent. This is a seller-entered value for VAT-enabled
sites. It is returned only for business sellers in VAT-enabled sites.

@property (nonatomic, retain) NSDate *sellerInvoiceTime

Discussion

The time the invoice was sent. This is a seller-entered value for VAT-enabled
sites. It is returned only for business sellers in VAT-enabled sites.

type : NSDate, wrapper for primitive date

Declared In

Trading_SellingManagerOrderStatusType.h

shippedStatus

The shipped status of the order.

@property (nonatomic, retain) NSString *shippedStatus

Discussion

The shipped status of the order.

type: string constant in Trading_SellingManagerShippedStatusCodeType.h

Declared In

Trading_SellingManagerOrderStatusType.h

shippedTime

The date on which the seller marks the item as shipped, either set by default as
the date date the item was marked shipped or set explicitly by the seller using
the Edit Sales Record page. Note that sellers have the ability to set this value
up to 3 calendar days in the future.

@property (nonatomic, retain) NSDate *shippedTime

Discussion

The date on which the seller marks the item as shipped, either set by default as
the date date the item was marked shipped or set explicitly by the seller using
the Edit Sales Record page. Note that sellers have the ability to set this value
up to 3 calendar days in the future.

type : NSDate, wrapper for primitive date

Declared In

Trading_SellingManagerOrderStatusType.h

totalEmailsSent

The total emails sent.

@property (nonatomic, retain) NSNumber *totalEmailsSent

Discussion

The total emails sent.

type : NSNumber, wrapper for primitive int

Declared In

Trading_SellingManagerOrderStatusType.h