Trading_SellingManagerOrderStatusType Class Reference
| Inherits from | NSObject |
| Conforms to | PicoBindable |
| Declared in | Trading_SellingManagerOrderStatusType.h Trading_SellingManagerOrderStatusType.m |
Tasks
-
checkoutStatusIndicates the current status of the checkout flow for the order.
property -
paidStatusThe paid status of the order.
property -
shippedStatusThe shipped status of the order.
property -
eBayPaymentStatusThe success or failure of a buyer’s online payment.
property -
payPalTransactionIDThe PayPal transaction ID. This value is not returned to new DE and AT sellers
property
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. -
paymentMethodUsedThe payment method the buyer selected for paying the seller
property
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. -
feedbackReceivedThe type of feedback received (if feedback was received).
property -
feedbackSentWhether the seller has left feedback.
property -
totalEmailsSentThe total emails sent.
property -
paymentHoldStatusContains the current status of a hold on a PayPal payment.
property
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. -
sellerInvoiceNumberThe custom invoice number.
property -
shippedTimeThe date on which the seller marks the item as shipped, either set by default as
property
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. -
paidTimeDate on which the order was paid.
property -
lastEmailSentTimeThe time that the last email was sent.
property -
sellerInvoiceTimeThe time the invoice was sent. This is a seller-entered value for VAT-enabled
property
sites. It is returned only for business sellers in VAT-enabled sites. -
integratedMerchantCreditCardEnabledIndicates whether the item can be paid for through a payment gateway (Payflow) account.
property
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). -
any(public property)
property
Properties
any
(public property)
@property (nonatomic, retain) NSMutableArray *anyDiscussion
(public property)
entry type : PicoAnyElement, wrapper for primitive anyelement
Declared In
Trading_SellingManagerOrderStatusType.hcheckoutStatus
Indicates the current status of the checkout flow for the order.
@property (nonatomic, retain) NSString *checkoutStatusDiscussion
Indicates the current status of the checkout flow for the order.
type: string constant in Trading_CheckoutStatusCodeType.h
Declared In
Trading_SellingManagerOrderStatusType.heBayPaymentStatus
The success or failure of a buyer’s online payment.
@property (nonatomic, retain) NSString *eBayPaymentStatusDiscussion
The success or failure of a buyer’s online payment.
type: string constant in Trading_PaymentStatusCodeType.h
Declared In
Trading_SellingManagerOrderStatusType.hfeedbackReceived
The type of feedback received (if feedback was received).
@property (nonatomic, retain) NSString *feedbackReceivedDiscussion
The type of feedback received (if feedback was received).
type: string constant in Trading_CommentTypeCodeType.h
Declared In
Trading_SellingManagerOrderStatusType.hfeedbackSent
Whether the seller has left feedback.
@property (nonatomic, retain) NSNumber *feedbackSentDiscussion
Whether the seller has left feedback.
type : NSNumber, wrapper for primitive bool
Declared In
Trading_SellingManagerOrderStatusType.hintegratedMerchantCreditCardEnabled
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 *integratedMerchantCreditCardEnabledDiscussion
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.hlastEmailSentTime
The time that the last email was sent.
@property (nonatomic, retain) NSDate *lastEmailSentTimeDiscussion
The time that the last email was sent.
type : NSDate, wrapper for primitive date
Declared In
Trading_SellingManagerOrderStatusType.hpaidStatus
The paid status of the order.
@property (nonatomic, retain) NSString *paidStatusDiscussion
The paid status of the order.
type: string constant in Trading_SellingManagerPaidStatusCodeType.h
Declared In
Trading_SellingManagerOrderStatusType.hpaidTime
Date on which the order was paid.
@property (nonatomic, retain) NSDate *paidTimeDiscussion
Date on which the order was paid.
type : NSDate, wrapper for primitive date
Declared In
Trading_SellingManagerOrderStatusType.hpayPalTransactionID
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 *payPalTransactionIDDiscussion
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.hpaymentHoldStatus
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 *paymentHoldStatusDiscussion
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.hpaymentMethodUsed
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 *paymentMethodUsedDiscussion
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.hsellerInvoiceNumber
The custom invoice number.
@property (nonatomic, retain) NSString *sellerInvoiceNumberDiscussion
The custom invoice number.
type : NSString, wrapper for primitive string
Declared In
Trading_SellingManagerOrderStatusType.hsellerInvoiceTime
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 *sellerInvoiceTimeDiscussion
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.hshippedStatus
The shipped status of the order.
@property (nonatomic, retain) NSString *shippedStatusDiscussion
The shipped status of the order.
type: string constant in Trading_SellingManagerShippedStatusCodeType.h
Declared In
Trading_SellingManagerOrderStatusType.hshippedTime
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 *shippedTimeDiscussion
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