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

Overview

Displays the seller’s information (in a business card format)
as part of the data returned in the GetItem call if the seller’s SellerBusinessCodeType is set to ‘Commercial’. Note that this
option is only available for sites that have Business Seller
options enabled.

@ingroup EBayAPIInterface

Tasks

  •   address

    Displays the Address of the seller (in a business card
    format) as part of the data returned in the GetItem
    call if the seller’s SellerBusinessCodeType is set
    to ‘Commercial’.

    property
  •   fax

    Displays the fax number of the seller (in a business
    card format) as part of the data returned in the
    GetItem call if the seller’s SellerBusinessCodeType
    is set to ‘Commercial’.

    property
  •   email

    Displays the email address of the seller (in a business
    card format) as part of the data returned in the GetItem
    call if the seller’s SellerBusinessCodeType is set to
    ‘Commercial’.

    property
  •   additionalContactInformation

    Displays the AdditionalContactInformation of the seller
    (in a business card format) as part of the data returned
    in the GetItem call if the seller’s SellerBusinessCodeType
    is set to ‘Commercial’.

    property
  •   tradeRegistrationNumber

    Displays the TradeRegistrationNumber of the seller (in a business
    card format) as part of the data returned in the GetItem call if
    the seller’s SellerBusinessCodeType is set to ‘Commercial’.

    property
  •   legalInvoice

    Displays the LegalInvoice of the seller (in a business
    card format) as part of the data returned in the GetItem
    call if the seller’s SellerBusinessCodeType is set to
    ‘Commercial’.

    property
  •   termsAndConditions

    Displays the TermsAndConditions of the seller (in a business
    card format) as part of the data returned in the GetItem
    call if the seller’s SellerBusinessCodeType is set to
    ‘Commercial’.

    property
  •   vatDetails

    Displays the VATDetails of the seller (in a business
    card format) as part of the data returned in the
    GetItem call if the seller’s SellerBusinessCodeType
    is set to ‘Commercial’.

    property
  •   any

    (public property)

    property

Properties

additionalContactInformation

Displays the AdditionalContactInformation of the seller
(in a business card format) as part of the data returned
in the GetItem call if the seller’s SellerBusinessCodeType
is set to ‘Commercial’.

@property (nonatomic, retain) NSString *additionalContactInformation

Discussion

Displays the AdditionalContactInformation of the seller
(in a business card format) as part of the data returned
in the GetItem call if the seller’s SellerBusinessCodeType
is set to ‘Commercial’.

type : NSString, wrapper for primitive string

Declared In

Trading_BusinessSellerDetailsType.h

address

Displays the Address of the seller (in a business card
format) as part of the data returned in the GetItem
call if the seller’s SellerBusinessCodeType is set
to ‘Commercial’.

@property (nonatomic, retain) Trading_AddressType *address

Discussion

Displays the Address of the seller (in a business card
format) as part of the data returned in the GetItem
call if the seller’s SellerBusinessCodeType is set
to ‘Commercial’.

type : class Trading_AddressType

Declared In

Trading_BusinessSellerDetailsType.h

any

(public property)

@property (nonatomic, retain) NSMutableArray *any

Discussion

(public property)

entry type : PicoAnyElement, wrapper for primitive anyelement

Declared In

Trading_BusinessSellerDetailsType.h

email

Displays the email address of the seller (in a business
card format) as part of the data returned in the GetItem
call if the seller’s SellerBusinessCodeType is set to
‘Commercial’.

@property (nonatomic, retain) NSString *email

Discussion

Displays the email address of the seller (in a business
card format) as part of the data returned in the GetItem
call if the seller’s SellerBusinessCodeType is set to
‘Commercial’.

type : NSString, wrapper for primitive string

Declared In

Trading_BusinessSellerDetailsType.h

fax

Displays the fax number of the seller (in a business
card format) as part of the data returned in the
GetItem call if the seller’s SellerBusinessCodeType
is set to ‘Commercial’.

@property (nonatomic, retain) NSString *fax

Discussion

Displays the fax number of the seller (in a business
card format) as part of the data returned in the
GetItem call if the seller’s SellerBusinessCodeType
is set to ‘Commercial’.

type : NSString, wrapper for primitive string

Declared In

Trading_BusinessSellerDetailsType.h

legalInvoice

Displays the LegalInvoice of the seller (in a business
card format) as part of the data returned in the GetItem
call if the seller’s SellerBusinessCodeType is set to
‘Commercial’.

@property (nonatomic, retain) NSNumber *legalInvoice

Discussion

Displays the LegalInvoice of the seller (in a business
card format) as part of the data returned in the GetItem
call if the seller’s SellerBusinessCodeType is set to
‘Commercial’.

type : NSNumber, wrapper for primitive bool

Declared In

Trading_BusinessSellerDetailsType.h

termsAndConditions

Displays the TermsAndConditions of the seller (in a business
card format) as part of the data returned in the GetItem
call if the seller’s SellerBusinessCodeType is set to
‘Commercial’.

@property (nonatomic, retain) NSString *termsAndConditions

Discussion

Displays the TermsAndConditions of the seller (in a business
card format) as part of the data returned in the GetItem
call if the seller’s SellerBusinessCodeType is set to
‘Commercial’.

type : NSString, wrapper for primitive string

Declared In

Trading_BusinessSellerDetailsType.h

tradeRegistrationNumber

Displays the TradeRegistrationNumber of the seller (in a business
card format) as part of the data returned in the GetItem call if
the seller’s SellerBusinessCodeType is set to ‘Commercial’.

@property (nonatomic, retain) NSString *tradeRegistrationNumber

Discussion

Displays the TradeRegistrationNumber of the seller (in a business
card format) as part of the data returned in the GetItem call if
the seller’s SellerBusinessCodeType is set to ‘Commercial’.

type : NSString, wrapper for primitive string

Declared In

Trading_BusinessSellerDetailsType.h

vatDetails

Displays the VATDetails of the seller (in a business
card format) as part of the data returned in the
GetItem call if the seller’s SellerBusinessCodeType
is set to ‘Commercial’.

@property (nonatomic, retain) Trading_VATDetailsType *vatDetails

Discussion

Displays the VATDetails of the seller (in a business
card format) as part of the data returned in the
GetItem call if the seller’s SellerBusinessCodeType
is set to ‘Commercial’.

type : class Trading_VATDetailsType

Declared In

Trading_BusinessSellerDetailsType.h