Trading_BusinessSellerDetailsType Class Reference
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
property
format) as part of the data returned in the GetItem
call if the seller’s SellerBusinessCodeType is set
to ‘Commercial’. -
fax
Displays the fax number of the seller (in a business
property
card format) as part of the data returned in the
GetItem call if the seller’s SellerBusinessCodeType
is set to ‘Commercial’. -
email
Displays the email address of the seller (in a business
property
card format) as part of the data returned in the GetItem
call if the seller’s SellerBusinessCodeType is set to
‘Commercial’. -
additionalContactInformation
Displays the AdditionalContactInformation of the seller
property
(in a business card format) as part of the data returned
in the GetItem call if the seller’s SellerBusinessCodeType
is set to ‘Commercial’. -
tradeRegistrationNumber
Displays the TradeRegistrationNumber of the seller (in a business
property
card format) as part of the data returned in the GetItem call if
the seller’s SellerBusinessCodeType is set to ‘Commercial’. -
legalInvoice
Displays the LegalInvoice of the seller (in a business
property
card format) as part of the data returned in the GetItem
call if the seller’s SellerBusinessCodeType is set to
‘Commercial’. -
termsAndConditions
Displays the TermsAndConditions of the seller (in a business
property
card format) as part of the data returned in the GetItem
call if the seller’s SellerBusinessCodeType is set to
‘Commercial’. -
vatDetails
Displays the VATDetails of the seller (in a business
property
card format) as part of the data returned in the
GetItem call if the seller’s SellerBusinessCodeType
is set to ‘Commercial’. -
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
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