Trading_EndOfAuctionEmailPreferencesType Class Reference
Inherits from | NSObject |
Conforms to | PicoBindable |
Declared in | Trading_EndOfAuctionEmailPreferencesType.h Trading_EndOfAuctionEmailPreferencesType.m |
Overview
Contains the seller’s preferences for the email sent to the buyer after the creation of the order line item.
@ingroup EBayAPIInterface
Tasks
-
templateText
The text of the custom message for the email.
property -
logoURL
The URL of the logo to include in the customized email.
property -
logoType
The type of logo to include in the customized email.
property -
emailCustomized
Indicates whether or not the seller wishes to send a customized email to winning buyers.
property -
textCustomized
Indicates whether or not the text of the customized message will be customized.
property -
logoCustomized
Indicates whether or not the seller wishes to include a logo in the customized email.
property -
copyEmail
Indicates whether or not the seller wishes to receive a copy of the customized
property
email sent to the winning buyer. -
any
(public property)
property
Properties
any
(public property)
@property (nonatomic, retain) NSMutableArray *any
Discussion
(public property)
entry type : PicoAnyElement, wrapper for primitive anyelement
Declared In
Trading_EndOfAuctionEmailPreferencesType.h
copyEmail
Indicates whether or not the seller wishes to receive a copy of the customized
email sent to the winning buyer.
@property (nonatomic, retain) NSNumber *copyEmail
Discussion
Indicates whether or not the seller wishes to receive a copy of the customized
email sent to the winning buyer.
type : NSNumber, wrapper for primitive bool
Declared In
Trading_EndOfAuctionEmailPreferencesType.h
emailCustomized
Indicates whether or not the seller wishes to send a customized email to winning buyers.
@property (nonatomic, retain) NSNumber *emailCustomized
Discussion
Indicates whether or not the seller wishes to send a customized email to winning buyers.
type : NSNumber, wrapper for primitive bool
Declared In
Trading_EndOfAuctionEmailPreferencesType.h
logoCustomized
Indicates whether or not the seller wishes to include a logo in the customized email.
@property (nonatomic, retain) NSNumber *logoCustomized
Discussion
Indicates whether or not the seller wishes to include a logo in the customized email.
type : NSNumber, wrapper for primitive bool
Declared In
Trading_EndOfAuctionEmailPreferencesType.h
logoType
The type of logo to include in the customized email.
@property (nonatomic, retain) NSString *logoType
Discussion
The type of logo to include in the customized email.
type: string constant in Trading_EndOfAuctionLogoTypeCodeType.h
Declared In
Trading_EndOfAuctionEmailPreferencesType.h
logoURL
The URL of the logo to include in the customized email.
@property (nonatomic, retain) NSString *logoURL
Discussion
The URL of the logo to include in the customized email.
type : NSString, wrapper for primitive string
Declared In
Trading_EndOfAuctionEmailPreferencesType.h
templateText
The text of the custom message for the email.
@property (nonatomic, retain) NSString *templateText
Discussion
The text of the custom message for the email.
type : NSString, wrapper for primitive string
Declared In
Trading_EndOfAuctionEmailPreferencesType.h
textCustomized
Indicates whether or not the text of the customized message will be customized.
@property (nonatomic, retain) NSNumber *textCustomized
Discussion
Indicates whether or not the text of the customized message will be customized.
type : NSNumber, wrapper for primitive bool
Declared In
Trading_EndOfAuctionEmailPreferencesType.h