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
-
addressDisplays 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’. -
faxDisplays 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’. -
emailDisplays 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’. -
additionalContactInformationDisplays 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’. -
tradeRegistrationNumberDisplays 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’. -
legalInvoiceDisplays 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’. -
termsAndConditionsDisplays 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’. -
vatDetailsDisplays 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 *additionalContactInformationDiscussion
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.haddress
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 *addressDiscussion
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.hany
(public property)
@property (nonatomic, retain) NSMutableArray *anyDiscussion
(public property)
entry type : PicoAnyElement, wrapper for primitive anyelement
Declared In
Trading_BusinessSellerDetailsType.hDisplays 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 *emailDiscussion
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.hfax
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 *faxDiscussion
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.hlegalInvoice
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 *legalInvoiceDiscussion
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.htermsAndConditions
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 *termsAndConditionsDiscussion
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.htradeRegistrationNumber
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 *tradeRegistrationNumberDiscussion
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.hvatDetails
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 *vatDetailsDiscussion
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