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

Overview

       Type defining the <b>UserAgreementInfo</b> container, which consists 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.

@ingroup EBayAPIInterface

Tasks

  •   site
                 String value that indicates the site to which the supplemental user agreement information pertains.   
                 This value is always returned with the <b>UserAgreementInfo</b> container.  
                 <br><br>  
                 Although this value is based on <b>SiteCodeType</b> (which contains many values), the   
                 only values that will be returned here are 'Germany' or 'Austria'.  
                 <br>  
    



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

    property
  •   sellereBayPaymentProcessStatus
                   Enumeration value that indicates whether or not a new DE or AT seller has accepted the supplement  
    

    user agreement for the new payment process for that site (indicated by the UserAgreementInfo.site
    value). This value is always returned with the UserAgreementInfo 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
  •   acceptedTime

    This timestamp indicates the date on which the DE or AT seller accepted the supplemental user agreement
    for the new payment process. Unless the UserAgreementInfo.SellereBayPaymentProcessStatus
    value is ‘MustAcceptUA’, this value is always returned with UserAgreementInfo 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
  •   sellereBayPaymentProcessEnableTime

    This timestamp indicates the date on which the new eBay payment process was fully enabled (if UserAgreementInfo.SellereBayPaymentProcessStatus=‘eBayPaymentProcessEnabled’)
    or scheduled to be enabled (if UserAgreementInfo.SellereBayPaymentProcessStatus=‘AcceptedUA'
    or 'MustAcceptUA’, and the enable date is known by eBay). Unless the eBay payment process enable date is
    not known for the seller, this value is always returned with UserAgreementInfo
    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
  •   userAgreementURL
                   This is the URL for new eBay payment process supplemental user agreement. This URL is only returned   
                   if the <b>UserAgreementInfo.SellereBayPaymentProcessStatus</b>='MustAcceptUA'.  
                 <br>  
    



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

    property
  •   any

    (public property)

    property

Properties

acceptedTime

This timestamp indicates the date on which the DE or AT seller accepted the supplemental user agreement
for the new payment process. Unless the UserAgreementInfo.SellereBayPaymentProcessStatus
value is ‘MustAcceptUA’, this value is always returned with UserAgreementInfo 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 *acceptedTime

Discussion

This timestamp indicates the date on which the DE or AT seller accepted the supplemental user agreement
for the new payment process. Unless the UserAgreementInfo.SellereBayPaymentProcessStatus
value is ‘MustAcceptUA’, this value is always returned with UserAgreementInfo 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_UserAgreementInfoType.h

any

(public property)

@property (nonatomic, retain) NSMutableArray *any

Discussion

(public property)

entry type : PicoAnyElement, wrapper for primitive anyelement

Declared In

Trading_UserAgreementInfoType.h

sellereBayPaymentProcessEnableTime

This timestamp indicates the date on which the new eBay payment process was fully enabled (if UserAgreementInfo.SellereBayPaymentProcessStatus=‘eBayPaymentProcessEnabled’)
or scheduled to be enabled (if UserAgreementInfo.SellereBayPaymentProcessStatus=‘AcceptedUA'
or 'MustAcceptUA’, and the enable date is known by eBay). Unless the eBay payment process enable date is
not known for the seller, this value is always returned with UserAgreementInfo
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 *sellereBayPaymentProcessEnableTime

Discussion

This timestamp indicates the date on which the new eBay payment process was fully enabled (if UserAgreementInfo.SellereBayPaymentProcessStatus=‘eBayPaymentProcessEnabled’)
or scheduled to be enabled (if UserAgreementInfo.SellereBayPaymentProcessStatus=‘AcceptedUA'
or 'MustAcceptUA’, and the enable date is known by eBay). Unless the eBay payment process enable date is
not known for the seller, this value is always returned with UserAgreementInfo
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_UserAgreementInfoType.h

sellereBayPaymentProcessStatus

               Enumeration value that indicates whether or not a new DE or AT seller has accepted the supplement  

user agreement for the new payment process for that site (indicated by the UserAgreementInfo.site
value). This value is always returned with the UserAgreementInfo 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 *sellereBayPaymentProcessStatus

Discussion

               Enumeration value that indicates whether or not a new DE or AT seller has accepted the supplement  

user agreement for the new payment process for that site (indicated by the UserAgreementInfo.site
value). This value is always returned with the UserAgreementInfo 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_SellereBayPaymentProcessStatusCodeType.h

Declared In

Trading_UserAgreementInfoType.h

site

             String value that indicates the site to which the supplemental user agreement information pertains.   
             This value is always returned with the <b>UserAgreementInfo</b> container.  
             <br><br>  
             Although this value is based on <b>SiteCodeType</b> (which contains many values), the   
             only values that will be returned here are 'Germany' or 'Austria'.  
             <br>  



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 *site

Discussion

             String value that indicates the site to which the supplemental user agreement information pertains.   
             This value is always returned with the <b>UserAgreementInfo</b> container.  
             <br><br>  
             Although this value is based on <b>SiteCodeType</b> (which contains many values), the   
             only values that will be returned here are 'Germany' or 'Austria'.  
             <br>  



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_SiteCodeType.h

Declared In

Trading_UserAgreementInfoType.h

userAgreementURL

               This is the URL for new eBay payment process supplemental user agreement. This URL is only returned   
               if the <b>UserAgreementInfo.SellereBayPaymentProcessStatus</b>='MustAcceptUA'.  
             <br>  



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 *userAgreementURL

Discussion

               This is the URL for new eBay payment process supplemental user agreement. This URL is only returned   
               if the <b>UserAgreementInfo.SellereBayPaymentProcessStatus</b>='MustAcceptUA'.  
             <br>  



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_UserAgreementInfoType.h