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

Overview

Specifies a set of Store vacation preferences.

@ingroup EBayAPIInterface

Tasks

Properties

displayMessageStoreCustomText

Display custom message on the Store pages instead of the default message.

@property (nonatomic, retain) NSNumber *displayMessageStoreCustomText

Discussion

Display custom message on the Store pages instead of the default message.

type : NSNumber, wrapper for primitive bool

Declared In

Trading_StoreVacationPreferencesType.h

hideFixedPriceStoreItems

Hide Store Inventory format items when the Store owner is on vacation.

@property (nonatomic, retain) NSNumber *hideFixedPriceStoreItems

Discussion

Hide Store Inventory format items when the Store owner is on vacation.

type : NSNumber, wrapper for primitive bool

Declared In

Trading_StoreVacationPreferencesType.h

messageItem

Add a message when the Store owner is on vacation to all their active items.

@property (nonatomic, retain) NSNumber *messageItem

Discussion

Add a message when the Store owner is on vacation to all their active items.

type : NSNumber, wrapper for primitive bool

Declared In

Trading_StoreVacationPreferencesType.h

messageStore

Add a message to all the Store pages when the Store owner is on vacation.

@property (nonatomic, retain) NSNumber *messageStore

Discussion

Add a message to all the Store pages when the Store owner is on vacation.

type : NSNumber, wrapper for primitive bool

Declared In

Trading_StoreVacationPreferencesType.h

messageStoreCustomText

The custom message to display for the Store when the user is on vacation.
May contain HTML markup.

@property (nonatomic, retain) NSString *messageStoreCustomText

Discussion

The custom message to display for the Store when the user is on vacation.
May contain HTML markup.

type : NSString, wrapper for primitive string

Declared In

Trading_StoreVacationPreferencesType.h

onVacation

Specifies whether the Store owner is on vacation.

@property (nonatomic, retain) NSNumber *onVacation

Discussion

Specifies whether the Store owner is on vacation.

type : NSNumber, wrapper for primitive bool

Declared In

Trading_StoreVacationPreferencesType.h

returnDate

Seller return date from vacation.

@property (nonatomic, retain) NSDate *returnDate

Discussion

Seller return date from vacation.

type : NSDate, wrapper for primitive date

Declared In

Trading_StoreVacationPreferencesType.h