Trading_SellingManagerSoldOrderType Class Reference
| Inherits from | NSObject | 
| Conforms to | PicoBindable | 
| Declared in | Trading_SellingManagerSoldOrderType.h Trading_SellingManagerSoldOrderType.m | 
Tasks
- 
	
		sellingManagerSoldTransactionInformation about one line item in the order. property
- 
	
		shippingAddressShipping address of a buyer. property
- 
	
		shippingDetailsThe shipping-related details for an order, property
 including flat and calculated shipping costs and shipping insurance costs.
- 
	
		cashOnDeliveryCostThe cost of cash-on-delivery. property
- 
	
		totalAmountTotal cost in the order. property
- 
	
		totalQuantityTotal item quantity. property
- 
	
		itemCostA SMPro seller can record the cost of the item, as calculated by the seller, in property
 this field.
- 
	
		vatRateRate of applicable value added tax. property
- 
	
		netInsuranceFeeTotal cost of shipping insurance. property
- 
	
		vatInsuranceFeeAmount of applicable value added tax insurance fee. property
- 
	
		vatShippingFeeVAT shipping fee. property
- 
	
		netShippingFeeTotal shipping fee. property
- 
	
		netTotalAmountThe seller records in this field a net total amount obtained according to the property
 seller’s method of calculation. This field is returned for VAT transactions
 only.
- 
	
		vatTotalAmountVAT total amount. property
- 
	
		actualShippingCostThe shipping cost paid by the seller to ship the order line item. property
 
 For multiple line item orders, it is possible that one order line item will have the shipping cost and the value for the other order line item will be 0.00.
 
 
 Note: This is different from the field of the same name returned by GetOrders and its related calls, which contains the shipping cost paid by the buyer.
 
- 
	
		adjustmentAmountDiscount, or charge, to which the buyer and seller have agreed. property
 If this value is a positive value,
 the amount is the extra money that the buyer pays the seller.
 If this value is a negative value,
 the amount is a discount the seller gives the buyer.
- 
	
		notesToBuyerNotes from the seller to the buyer. property
- 
	
		notesFromBuyerNotes from the buyer to the seller. property
- 
	
		notesToSellerNotes to self from seller. property
- 
	
		orderStatusStatus of the order regarding payment, shipping, feedback, and other property
 communications.
- 
	
		unpaidItemStatusThe status of an unpaid item regarding final value, state of communications property
 between buyer and seller, and the filing of an Unpaid Item.
- 
	
		salePriceAmount of the accepted offer for the listing. property
- 
	
		emailsSentNumber of emails sent regarding this order. property
- 
	
		daysSinceSaleNumber of days since the sale. property
- 
	
		buyerIDThe user ID of the buyer. property
- 
	
		buyerEmailThe email of the buyer. property
- 
	
		saleRecordIDThe sale record ID. Applicable to Selling Manager users. property
 When an item is sold, Selling Manager generates a sale record.
 A sale record contains buyer information, shipping, and other information.
 A sale record is displayed in the Sold view in Selling Manager.
 Each sale record has a sale record ID. In the following calls,
 the value for the sale record ID is in the SellingManagerSalesRecordNumber field:
 GetItemTransactions, GetSellerTransactions, GetOrders, GetOrderTransactions.
 In the Selling Manager calls, the value for the sale record ID is in the
 SaleRecordID field. The sale record ID can be for single or multiple line item orders.
- 
	
		creationTimeThe sale date. property
- 
	
		refundAmountAmount of the refund issued to the buyer. This field is only returned for a property
 DE/AT order subject to the new eBay payment process, and if a refund was
 issued to the buyer.
- 
	
		refundStatusString value indicating the result of a refund (Success, Failure, Pending) property
 to the buyer for an DE/AT order subject to the new eBay payment process.
- 
	
		any(public property) property
Properties
actualShippingCost
The shipping cost paid by the seller to ship the order line item.
                   
For multiple line item orders, it is possible that one order line item will have the shipping cost and the value for the other order line item will be 0.00.
                   Note: This is different from the field of the same name returned by GetOrders and its related calls, which contains the shipping cost paid by the buyer.
                   
@property (nonatomic, retain) Trading_AmountType *actualShippingCostDiscussion
The shipping cost paid by the seller to ship the order line item.
                   
For multiple line item orders, it is possible that one order line item will have the shipping cost and the value for the other order line item will be 0.00.
                   Note: This is different from the field of the same name returned by GetOrders and its related calls, which contains the shipping cost paid by the buyer.
                   
type : class Trading_AmountType
Declared In
Trading_SellingManagerSoldOrderType.hadjustmentAmount
Discount, or charge, to which the buyer and seller have agreed.
If this value is a positive value,
the amount is the extra money that the buyer pays the seller.
If this value is a negative value,
the amount is a discount the seller gives the buyer.
@property (nonatomic, retain) Trading_AmountType *adjustmentAmountDiscussion
Discount, or charge, to which the buyer and seller have agreed.
If this value is a positive value,
the amount is the extra money that the buyer pays the seller.
If this value is a negative value,
the amount is a discount the seller gives the buyer.
type : class Trading_AmountType
Declared In
Trading_SellingManagerSoldOrderType.hany
(public property)
@property (nonatomic, retain) NSMutableArray *anyDiscussion
(public property)
entry type : PicoAnyElement, wrapper for primitive anyelement
Declared In
Trading_SellingManagerSoldOrderType.hbuyerEmail
The email of the buyer.
@property (nonatomic, retain) NSString *buyerEmailDiscussion
The email of the buyer.
type : NSString, wrapper for primitive string
Declared In
Trading_SellingManagerSoldOrderType.hbuyerID
The user ID of the buyer.
@property (nonatomic, retain) NSString *buyerIDDiscussion
The user ID of the buyer.
type : NSString, wrapper for primitive string
Declared In
Trading_SellingManagerSoldOrderType.hcashOnDeliveryCost
The cost of cash-on-delivery.
@property (nonatomic, retain) Trading_AmountType *cashOnDeliveryCostDeclared In
Trading_SellingManagerSoldOrderType.hcreationTime
The sale date.
@property (nonatomic, retain) NSDate *creationTimeDiscussion
The sale date.
type : NSDate, wrapper for primitive date
Declared In
Trading_SellingManagerSoldOrderType.hdaysSinceSale
Number of days since the sale.
@property (nonatomic, retain) NSNumber *daysSinceSaleDiscussion
Number of days since the sale.
type : NSNumber, wrapper for primitive int
Declared In
Trading_SellingManagerSoldOrderType.hemailsSent
Number of emails sent regarding this order.
@property (nonatomic, retain) NSNumber *emailsSentDiscussion
Number of emails sent regarding this order.
type : NSNumber, wrapper for primitive int
Declared In
Trading_SellingManagerSoldOrderType.hitemCost
A SMPro seller can record the cost of the item, as calculated by the seller, in
this field.
@property (nonatomic, retain) Trading_AmountType *itemCostDiscussion
A SMPro seller can record the cost of the item, as calculated by the seller, in
this field.
type : class Trading_AmountType
Declared In
Trading_SellingManagerSoldOrderType.hnetInsuranceFee
Total cost of shipping insurance.
@property (nonatomic, retain) Trading_AmountType *netInsuranceFeeDeclared In
Trading_SellingManagerSoldOrderType.hnetShippingFee
Total shipping fee.
@property (nonatomic, retain) Trading_AmountType *netShippingFeeDeclared In
Trading_SellingManagerSoldOrderType.hnetTotalAmount
The seller records in this field a net total amount obtained according to the
seller’s method of calculation. This field is returned for VAT transactions
only.
@property (nonatomic, retain) Trading_AmountType *netTotalAmountDiscussion
The seller records in this field a net total amount obtained according to the
seller’s method of calculation. This field is returned for VAT transactions
only.
type : class Trading_AmountType
Declared In
Trading_SellingManagerSoldOrderType.hnotesFromBuyer
Notes from the buyer to the seller.
@property (nonatomic, retain) NSString *notesFromBuyerDiscussion
Notes from the buyer to the seller.
type : NSString, wrapper for primitive string
Declared In
Trading_SellingManagerSoldOrderType.hnotesToBuyer
Notes from the seller to the buyer.
@property (nonatomic, retain) NSString *notesToBuyerDiscussion
Notes from the seller to the buyer.
type : NSString, wrapper for primitive string
Declared In
Trading_SellingManagerSoldOrderType.hnotesToSeller
Notes to self from seller.
@property (nonatomic, retain) NSString *notesToSellerDiscussion
Notes to self from seller.
type : NSString, wrapper for primitive string
Declared In
Trading_SellingManagerSoldOrderType.horderStatus
Status of the order regarding payment, shipping, feedback, and other
communications.
@property (nonatomic, retain) Trading_SellingManagerOrderStatusType *orderStatusDiscussion
Status of the order regarding payment, shipping, feedback, and other
communications.
type : class Trading_SellingManagerOrderStatusType
Declared In
Trading_SellingManagerSoldOrderType.hrefundAmount
Amount of the refund issued to the buyer. This field is only returned for a
DE/AT order subject to the new eBay payment process, and if a refund was
issued to the buyer.
@property (nonatomic, retain) Trading_AmountType *refundAmountDiscussion
Amount of the refund issued to the buyer. This field is only returned for a
DE/AT order subject to the new eBay payment process, and if a refund was
issued to the buyer.
type : class Trading_AmountType
Declared In
Trading_SellingManagerSoldOrderType.hrefundStatus
String value indicating the result of a refund (Success, Failure, Pending)
to the buyer for an DE/AT order subject to the new eBay payment process.
@property (nonatomic, retain) NSString *refundStatusDiscussion
String value indicating the result of a refund (Success, Failure, Pending)
to the buyer for an DE/AT order subject to the new eBay payment process.
type : NSString, wrapper for primitive string
Declared In
Trading_SellingManagerSoldOrderType.hsalePrice
Amount of the accepted offer for the listing.
@property (nonatomic, retain) Trading_AmountType *salePriceDeclared In
Trading_SellingManagerSoldOrderType.hsaleRecordID
The sale record ID. Applicable to Selling Manager users.
When an item is sold, Selling Manager generates a sale record.
A sale record contains buyer information, shipping, and other information.
A sale record is displayed in the Sold view in Selling Manager.
Each sale record has a sale record ID. In the following calls,
the value for the sale record ID is in the SellingManagerSalesRecordNumber field:
GetItemTransactions, GetSellerTransactions, GetOrders, GetOrderTransactions.
In the Selling Manager calls, the value for the sale record ID is in the
SaleRecordID field. The sale record ID can be for single or multiple line item orders.
@property (nonatomic, retain) NSNumber *saleRecordIDDiscussion
The sale record ID. Applicable to Selling Manager users.
When an item is sold, Selling Manager generates a sale record.
A sale record contains buyer information, shipping, and other information.
A sale record is displayed in the Sold view in Selling Manager.
Each sale record has a sale record ID. In the following calls,
the value for the sale record ID is in the SellingManagerSalesRecordNumber field:
GetItemTransactions, GetSellerTransactions, GetOrders, GetOrderTransactions.
In the Selling Manager calls, the value for the sale record ID is in the
SaleRecordID field. The sale record ID can be for single or multiple line item orders.
type : NSNumber, wrapper for primitive long
Declared In
Trading_SellingManagerSoldOrderType.hsellingManagerSoldTransaction
Information about one line item in the order.
@property (nonatomic, retain) NSMutableArray *sellingManagerSoldTransactionDiscussion
Information about one line item in the order.
entry type : class Trading_SellingManagerSoldTransactionType
Declared In
Trading_SellingManagerSoldOrderType.hshippingAddress
Shipping address of a buyer.
@property (nonatomic, retain) Trading_AddressType *shippingAddressDeclared In
Trading_SellingManagerSoldOrderType.hshippingDetails
The shipping-related details for an order,
including flat and calculated shipping costs and shipping insurance costs.
@property (nonatomic, retain) Trading_ShippingDetailsType *shippingDetailsDiscussion
The shipping-related details for an order,
including flat and calculated shipping costs and shipping insurance costs.
type : class Trading_ShippingDetailsType
Declared In
Trading_SellingManagerSoldOrderType.htotalAmount
Total cost in the order.
@property (nonatomic, retain) Trading_AmountType *totalAmountDeclared In
Trading_SellingManagerSoldOrderType.htotalQuantity
Total item quantity.
@property (nonatomic, retain) NSNumber *totalQuantityDiscussion
Total item quantity.
type : NSNumber, wrapper for primitive int
Declared In
Trading_SellingManagerSoldOrderType.hunpaidItemStatus
The status of an unpaid item regarding final value, state of communications
between buyer and seller, and the filing of an Unpaid Item.
@property (nonatomic, retain) NSString *unpaidItemStatusDiscussion
The status of an unpaid item regarding final value, state of communications
between buyer and seller, and the filing of an Unpaid Item.
type: string constant in Trading_UnpaidItemStatusTypeCodeType.h
Declared In
Trading_SellingManagerSoldOrderType.hvatInsuranceFee
Amount of applicable value added tax insurance fee.
@property (nonatomic, retain) Trading_AmountType *vatInsuranceFeeDeclared In
Trading_SellingManagerSoldOrderType.hvatRate
Rate of applicable value added tax.
@property (nonatomic, retain) NSMutableArray *vatRateDeclared In
Trading_SellingManagerSoldOrderType.hvatShippingFee
VAT shipping fee.
@property (nonatomic, retain) Trading_AmountType *vatShippingFeeDeclared In
Trading_SellingManagerSoldOrderType.h