Trading_EBayPaymentMismatchDetailsType Class Reference
| Inherits from | NSObject |
| Conforms to | PicoBindable |
| Declared in | Trading_EBayPaymentMismatchDetailsType.h Trading_EBayPaymentMismatchDetailsType.m |
Overview
Complex type that defines the eBayPaymentMismatchDetails container, which
is returned when a buyer’s payment does not match the total cost of an order going through
the new eBay payment process. This type is only applicable for German and Austrian orders going
through the new eBay payment process.
@ingroup EBayAPIInterface
Tasks
-
mismatchTypeThis enumeration value indicates if the buyer has overpaid or underpaid for an order
property
going through the new eBay payment process. This field is always returned with the
eBayPaymentMismatchDetails container.
Note:
The introduction of the new eBay payment process for the entire German and
Austrian eBay marketplace has been delayed until further notice. -
actionRequiredByThis dateTime value indicates the date by which the seller needs to accept or reject the
property
overpayment/underpayment. If the seller doesn’t take action by this date, eBay returns
the payment to the buyer and essentially voids the sale. This field is always returned
with the eBayPaymentMismatchDetails container.
Note:
The introduction of the new eBay payment process for the entire German and
Austrian eBay marketplace has been delayed until further notice. -
mismatchAmountThis value indicates the amount in which the buyer’s payment was either over
property
(MismatchType=OverPayment) or under
(MismatchType=UnderPayment) the actual total
cost of an order going through the new eBay 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. -
any(public property)
property
Properties
actionRequiredBy
This dateTime value indicates the date by which the seller needs to accept or reject the
overpayment/underpayment. If the seller doesn’t take action by this date, eBay returns
the payment to the buyer and essentially voids the sale. This field is always returned
with the eBayPaymentMismatchDetails container.
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) NSDate *actionRequiredByDiscussion
This dateTime value indicates the date by which the seller needs to accept or reject the
overpayment/underpayment. If the seller doesn’t take action by this date, eBay returns
the payment to the buyer and essentially voids the sale. This field is always returned
with the eBayPaymentMismatchDetails container.
Note:
The introduction of the new eBay payment process for the entire German and
Austrian eBay marketplace has been delayed until further notice.
type : NSDate, wrapper for primitive date
Declared In
Trading_EBayPaymentMismatchDetailsType.hany
(public property)
@property (nonatomic, retain) NSMutableArray *anyDiscussion
(public property)
entry type : PicoAnyElement, wrapper for primitive anyelement
Declared In
Trading_EBayPaymentMismatchDetailsType.hmismatchAmount
This value indicates the amount in which the buyer’s payment was either over
(MismatchType=OverPayment) or under
(MismatchType=UnderPayment) the actual total
cost of an order going through the new eBay 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) Trading_AmountType *mismatchAmountDiscussion
This value indicates the amount in which the buyer’s payment was either over
(MismatchType=OverPayment) or under
(MismatchType=UnderPayment) the actual total
cost of an order going through the new eBay 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 : class Trading_AmountType
Declared In
Trading_EBayPaymentMismatchDetailsType.hmismatchType
This enumeration value indicates if the buyer has overpaid or underpaid for an order
going through the new eBay payment process. This field is always returned with the
eBayPaymentMismatchDetails container.
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 *mismatchTypeDiscussion
This enumeration value indicates if the buyer has overpaid or underpaid for an order
going through the new eBay payment process. This field is always returned with the
eBayPaymentMismatchDetails container.
Note:
The introduction of the new eBay payment process for the entire German and
Austrian eBay marketplace has been delayed until further notice.
type: string constant in Trading_MismatchTypeCodeType.h
Declared In
Trading_EBayPaymentMismatchDetailsType.h