Trading_StoreVacationPreferencesType Class Reference
Inherits from | NSObject |
Conforms to | PicoBindable |
Declared in | Trading_StoreVacationPreferencesType.h Trading_StoreVacationPreferencesType.m |
Tasks
-
onVacation
Specifies whether the Store owner is on vacation.
property -
returnDate
Seller return date from vacation.
property -
hideFixedPriceStoreItems
Hide Store Inventory format items when the Store owner is on vacation.
property -
messageItem
Add a message when the Store owner is on vacation to all their active items.
property -
messageStore
Add a message to all the Store pages when the Store owner is on vacation.
property -
displayMessageStoreCustomText
Display custom message on the Store pages instead of the default message.
property -
messageStoreCustomText
The custom message to display for the Store when the user is on vacation.
property
May contain HTML markup.
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