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
-
templateTextThe text of the custom message for the email.
property -
logoURLThe URL of the logo to include in the customized email.
property -
logoTypeThe type of logo to include in the customized email.
property -
emailCustomizedIndicates whether or not the seller wishes to send a customized email to winning buyers.
property -
textCustomizedIndicates whether or not the text of the customized message will be customized.
property -
logoCustomizedIndicates whether or not the seller wishes to include a logo in the customized email.
property -
copyEmailIndicates 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 *anyDiscussion
(public property)
entry type : PicoAnyElement, wrapper for primitive anyelement
Declared In
Trading_EndOfAuctionEmailPreferencesType.hcopyEmail
Indicates whether or not the seller wishes to receive a copy of the customized
email sent to the winning buyer.
@property (nonatomic, retain) NSNumber *copyEmailDiscussion
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.hemailCustomized
Indicates whether or not the seller wishes to send a customized email to winning buyers.
@property (nonatomic, retain) NSNumber *emailCustomizedDiscussion
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.hlogoCustomized
Indicates whether or not the seller wishes to include a logo in the customized email.
@property (nonatomic, retain) NSNumber *logoCustomizedDiscussion
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.hlogoType
The type of logo to include in the customized email.
@property (nonatomic, retain) NSString *logoTypeDiscussion
The type of logo to include in the customized email.
type: string constant in Trading_EndOfAuctionLogoTypeCodeType.h
Declared In
Trading_EndOfAuctionEmailPreferencesType.hlogoURL
The URL of the logo to include in the customized email.
@property (nonatomic, retain) NSString *logoURLDiscussion
The URL of the logo to include in the customized email.
type : NSString, wrapper for primitive string
Declared In
Trading_EndOfAuctionEmailPreferencesType.htemplateText
The text of the custom message for the email.
@property (nonatomic, retain) NSString *templateTextDiscussion
The text of the custom message for the email.
type : NSString, wrapper for primitive string
Declared In
Trading_EndOfAuctionEmailPreferencesType.htextCustomized
Indicates whether or not the text of the customized message will be customized.
@property (nonatomic, retain) NSNumber *textCustomizedDiscussion
Indicates whether or not the text of the customized message will be customized.
type : NSNumber, wrapper for primitive bool
Declared In
Trading_EndOfAuctionEmailPreferencesType.h