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

  •   address

    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
  •   fax

    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
  •   email

    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’.

    property
  •   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
  •   tradeRegistrationNumber

    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
  •   legalInvoice

    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
  •   termsAndConditions

    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
  •   vatDetails

    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
  •   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 *additionalContactInformation

Discussion

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

address

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

Discussion

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

any

(public property)

@property (nonatomic, retain) NSMutableArray *any

Discussion

(public property)

entry type : PicoAnyElement, wrapper for primitive anyelement

Declared In

Shopping_BusinessSellerDetailsType.h

email

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’.

@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
GetSingleItem call if the seller's
SellerBusinessCodeType is set to ‘Commercial’.

type : NSString, wrapper for primitive string

Declared In

Shopping_BusinessSellerDetailsType.h

fax

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

Discussion

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

legalInvoice

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

Discussion

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

termsAndConditions

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

Discussion

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

tradeRegistrationNumber

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

Discussion

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

vatDetails

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

Discussion

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