Shopping_BusinessSellerDetailsType Class Reference
| Inherits from | NSObject |
| Conforms to | PicoBindable |
| Declared in | Shopping_BusinessSellerDetailsType.h Shopping_BusinessSellerDetailsType.m |
Overview
Displays the seller’s information (in a business card format)
as part of the data returned in the GetSingleItem 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 ShoppingInterface
Tasks
-
addressDisplays the Address of the seller (in a business card
property
format) as part of the data returned in the
GetSingleItem call if the seller’s SellerBusinessCodeType
is set to ‘Commercial’. -
faxDisplays the fax number of the seller (in a business card
property
format) as part of the data returned in the
GetSingleItem 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
GetSingleItem 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 GetSingleItem call if the seller's
SellerBusinessCodeType is set to ‘Commercial’. -
tradeRegistrationNumberDisplays the TradeRegistrationNumber of the seller (in a
property
business card format) as part of the data returned in the
GetSingleItem call if the seller’s SellerBusinessCodeType
is set to ‘Commercial’. -
legalInvoiceDisplays the LegalInvoice of the seller (in a business card
property
format) as part of the data returned in the GetSingleItem
call if the seller’s SellerBusinessCodeType is set to
‘Commercial’. -
termsAndConditionsDisplays the TermsAndConditions of the seller (in a business card
property
format) as part of the data returned in the GetSingleItem call
if the seller’s SellerBusinessCodeType is set to ‘Commercial’. -
vatDetailsDisplays the VATDetails of the seller (in a business card
property
format) as part of the data returned in the GetSingleItem
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 GetSingleItem 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 GetSingleItem call if the seller's
SellerBusinessCodeType is set to ‘Commercial’.
type : NSString, wrapper for primitive string
Declared In
Shopping_BusinessSellerDetailsType.haddress
Displays the Address of the seller (in a business card
format) as part of the data returned in the
GetSingleItem call if the seller’s SellerBusinessCodeType
is set to ‘Commercial’.
@property (nonatomic, retain) Shopping_AddressType *addressDiscussion
Displays the Address of the seller (in a business card
format) as part of the data returned in the
GetSingleItem call if the seller’s SellerBusinessCodeType
is set to ‘Commercial’.
type : class Shopping_AddressType
Declared In
Shopping_BusinessSellerDetailsType.hany
(public property)
@property (nonatomic, retain) NSMutableArray *anyDiscussion
(public property)
entry type : PicoAnyElement, wrapper for primitive anyelement
Declared In
Shopping_BusinessSellerDetailsType.hDisplays the email address of the seller (in a business
card format) as part of the data returned in the
GetSingleItem 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
GetSingleItem call if the seller's
SellerBusinessCodeType is set to ‘Commercial’.
type : NSString, wrapper for primitive string
Declared In
Shopping_BusinessSellerDetailsType.hfax
Displays the fax number of the seller (in a business card
format) as part of the data returned in the
GetSingleItem 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
GetSingleItem call if the seller’s SellerBusinessCodeType
is set to ‘Commercial’.
type : NSString, wrapper for primitive string
Declared In
Shopping_BusinessSellerDetailsType.hlegalInvoice
Displays the LegalInvoice of the seller (in a business card
format) as part of the data returned in the GetSingleItem
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 GetSingleItem
call if the seller’s SellerBusinessCodeType is set to
‘Commercial’.
type : NSNumber, wrapper for primitive bool
Declared In
Shopping_BusinessSellerDetailsType.htermsAndConditions
Displays the TermsAndConditions of the seller (in a business card
format) as part of the data returned in the GetSingleItem 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 GetSingleItem call
if the seller’s SellerBusinessCodeType is set to ‘Commercial’.
type : NSString, wrapper for primitive string
Declared In
Shopping_BusinessSellerDetailsType.htradeRegistrationNumber
Displays the TradeRegistrationNumber of the seller (in a
business card format) as part of the data returned in the
GetSingleItem 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
GetSingleItem call if the seller’s SellerBusinessCodeType
is set to ‘Commercial’.
type : NSString, wrapper for primitive string
Declared In
Shopping_BusinessSellerDetailsType.hvatDetails
Displays the VATDetails of the seller (in a business card
format) as part of the data returned in the GetSingleItem
call if the seller’s SellerBusinessCodeType is set to
‘Commercial’.
@property (nonatomic, retain) Shopping_VATDetailsType *vatDetailsDiscussion
Displays the VATDetails of the seller (in a business card
format) as part of the data returned in the GetSingleItem
call if the seller’s SellerBusinessCodeType is set to
‘Commercial’.
type : class Shopping_VATDetailsType
Declared In
Shopping_BusinessSellerDetailsType.h