Trading_SellereBayPaymentProcessConsentCodeType Class Reference
Inherits from | NSObject |
Conforms to | PicoBindable |
Declared in | Trading_SellereBayPaymentProcessConsentCodeType.h Trading_SellereBayPaymentProcessConsentCodeType.m |
Overview
Type defining the SellereBayPaymentProcessConsent container, which is returned to all DE and
AT sellers, and consists of details of the seller’s account status regarding the new eBay payment process.
@ingroup EBayAPIInterface
Tasks
-
payoutMethodSet
Flag to indicate whether or not a DE or AT seller has set the payout method type on the account.
property
This field is always returned with the SellereBayPaymentProcessConsent container. -
payoutMethod
Enumeration value that indicates the account type that the DE or AT seller has selected as their
property
default seller payout account. Once a DE or AT seller has accepted the supplemental user agreement
for the new eBay payment process, that seller must set the default payout account in My eBay
preferences. eBay will distribute seller payouts to this account. This field will not be returned if
PayoutMethodSet=‘false’. -
userAgreementInfo
Container consisting of details related to the current status of a DE or AT seller signing the required supplemental user agreement for the new eBay payment process. This container will always be returned to DE and AT sellers and the child values that are returned will be dependent on the current <b>SellereBayPaymentProcessStatus</b> value for the seller's account. <br><br> If the seller lists items on both the DE and AT sites, a <b>UserAgreementInfo</b> container will be returned for each site, with the sites being distinguished by the <b>UserAgreementInfo.Site</b>
value (either ‘Germany’ or ‘Austria’).
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_SellereBayPaymentProcessConsentCodeType.h
payoutMethod
Enumeration value that indicates the account type that the DE or AT seller has selected as their
default seller payout account. Once a DE or AT seller has accepted the supplemental user agreement
for the new eBay payment process, that seller must set the default payout account in My eBay
preferences. eBay will distribute seller payouts to this account. This field will not be returned if
PayoutMethodSet=‘false’.
@property (nonatomic, retain) NSString *payoutMethod
Discussion
Enumeration value that indicates the account type that the DE or AT seller has selected as their
default seller payout account. Once a DE or AT seller has accepted the supplemental user agreement
for the new eBay payment process, that seller must set the default payout account in My eBay
preferences. eBay will distribute seller payouts to this account. This field will not be returned if
PayoutMethodSet=‘false’.
type: string constant in Trading_PayoutMethodType.h
Declared In
Trading_SellereBayPaymentProcessConsentCodeType.h
payoutMethodSet
Flag to indicate whether or not a DE or AT seller has set the payout method type on the account.
This field is always returned with the SellereBayPaymentProcessConsent container.
@property (nonatomic, retain) NSNumber *payoutMethodSet
Discussion
Flag to indicate whether or not a DE or AT seller has set the payout method type on the account.
This field is always returned with the SellereBayPaymentProcessConsent container.
type : NSNumber, wrapper for primitive bool
Declared In
Trading_SellereBayPaymentProcessConsentCodeType.h
userAgreementInfo
Container consisting of details related to the current status of a DE or AT seller signing the required
supplemental user agreement for the new eBay payment process. This container will always be returned
to DE and AT sellers and the child values that are returned will be dependent on the current <b>SellereBayPaymentProcessStatus</b>
value for the seller's account.
<br><br>
If the seller lists items on both the DE and AT sites, a <b>UserAgreementInfo</b> container
will be returned for each site, with the sites being distinguished by the <b>UserAgreementInfo.Site</b>
value (either ‘Germany’ or ‘Austria’).
@property (nonatomic, retain) NSMutableArray *userAgreementInfo
Discussion
Container consisting of details related to the current status of a DE or AT seller signing the required
supplemental user agreement for the new eBay payment process. This container will always be returned
to DE and AT sellers and the child values that are returned will be dependent on the current <b>SellereBayPaymentProcessStatus</b>
value for the seller's account.
<br><br>
If the seller lists items on both the DE and AT sites, a <b>UserAgreementInfo</b> container
will be returned for each site, with the sites being distinguished by the <b>UserAgreementInfo.Site</b>
value (either ‘Germany’ or ‘Austria’).
entry type : class Trading_UserAgreementInfoType
Declared In
Trading_SellereBayPaymentProcessConsentCodeType.h