Trading_StoreVacationPreferencesType Class Reference
| Inherits from | NSObject |
| Conforms to | PicoBindable |
| Declared in | Trading_StoreVacationPreferencesType.h Trading_StoreVacationPreferencesType.m |
Tasks
-
onVacationSpecifies whether the Store owner is on vacation.
property -
returnDateSeller return date from vacation.
property -
hideFixedPriceStoreItemsHide Store Inventory format items when the Store owner is on vacation.
property -
messageItemAdd a message when the Store owner is on vacation to all their active items.
property -
messageStoreAdd a message to all the Store pages when the Store owner is on vacation.
property -
displayMessageStoreCustomTextDisplay custom message on the Store pages instead of the default message.
property -
messageStoreCustomTextThe 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 *displayMessageStoreCustomTextDiscussion
Display custom message on the Store pages instead of the default message.
type : NSNumber, wrapper for primitive bool
Declared In
Trading_StoreVacationPreferencesType.hhideFixedPriceStoreItems
Hide Store Inventory format items when the Store owner is on vacation.
@property (nonatomic, retain) NSNumber *hideFixedPriceStoreItemsDiscussion
Hide Store Inventory format items when the Store owner is on vacation.
type : NSNumber, wrapper for primitive bool
Declared In
Trading_StoreVacationPreferencesType.hmessageItem
Add a message when the Store owner is on vacation to all their active items.
@property (nonatomic, retain) NSNumber *messageItemDiscussion
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.hmessageStore
Add a message to all the Store pages when the Store owner is on vacation.
@property (nonatomic, retain) NSNumber *messageStoreDiscussion
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.hmessageStoreCustomText
The custom message to display for the Store when the user is on vacation.
May contain HTML markup.
@property (nonatomic, retain) NSString *messageStoreCustomTextDiscussion
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