Trading_PaymentHoldDetailType Class Reference
Inherits from | NSObject |
Conforms to | PicoBindable |
Declared in | Trading_PaymentHoldDetailType.h Trading_PaymentHoldDetailType.m |
Overview
This type defines the PaymentHoldDetails container, which consists of
information that can assist DE or AT sellers expedite the payout process for orders that
are subject to the new eBay payment process.
@ingroup EBayAPIInterface
Tasks
-
expectedReleaseDate
Timestamp that indicates the expected date in which eBay will distribute the payout to
property
the seller’s account. This is not a firm date and is subject to change. -
requiredSellerActionArray
Container consisting of one or more RequiredSellerAction fields.
property
RequiredSellerAction fields provide possible actions that a seller can take to
expedite the seller payout process. -
numOfReqSellerActions
Integer value that indicates the number of possible actions a seller can take to
property
possibly expedite the seller payout process. This value should equal the number of
RequiredSellerAction fields contained in the RequiredSellerActionArray container. -
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_PaymentHoldDetailType.h
expectedReleaseDate
Timestamp that indicates the expected date in which eBay will distribute the payout to
the seller’s account. This is not a firm date and is subject to change.
@property (nonatomic, retain) NSDate *expectedReleaseDate
Discussion
Timestamp that indicates the expected date in which eBay will distribute the payout to
the seller’s account. This is not a firm date and is subject to change.
type : NSDate, wrapper for primitive date
Declared In
Trading_PaymentHoldDetailType.h
numOfReqSellerActions
Integer value that indicates the number of possible actions a seller can take to
possibly expedite the seller payout process. This value should equal the number of
RequiredSellerAction fields contained in the RequiredSellerActionArray container.
@property (nonatomic, retain) NSNumber *numOfReqSellerActions
Discussion
Integer value that indicates the number of possible actions a seller can take to
possibly expedite the seller payout process. This value should equal the number of
RequiredSellerAction fields contained in the RequiredSellerActionArray container.
type : NSNumber, wrapper for primitive int
Declared In
Trading_PaymentHoldDetailType.h
requiredSellerActionArray
Container consisting of one or more RequiredSellerAction fields.
RequiredSellerAction fields provide possible actions that a seller can take to
expedite the seller payout process.
@property (nonatomic, retain) Trading_RequiredSellerActionArrayType *requiredSellerActionArray
Discussion
Container consisting of one or more RequiredSellerAction fields.
RequiredSellerAction fields provide possible actions that a seller can take to
expedite the seller payout process.
type : class Trading_RequiredSellerActionArrayType
Declared In
Trading_PaymentHoldDetailType.h