Trading_ExternalTransactionType Class Reference
| Inherits from | NSObject |
| Conforms to | PicoBindable |
| Declared in | Trading_ExternalTransactionType.h Trading_ExternalTransactionType.m |
Overview
Container consisting of details related to payment of an eBay order on an
external system such as PayPal. This container is only returned if payment has
been made on an order. For GetSellerTransaactions and GetItemTransactions, this
container is not returned for multiple line item orders.
@ingroup EBayAPIInterface
Tasks
-
externalTransactionIDUnique identifier for a PayPal payment of an eBay order. If the order was purchased
property
with a payment method other than PayPal, “SIS” is returned, which stands for “Send
Information To Seller.” This field is only returned after payment has been made. -
externalTransactionTimeTimestamp for payment transaction.
property -
feeOrCreditAmountFee Amount is a positive value and Credit Amount is a negative value.
property -
paymentOrRefundAmountIf positive, the amount the buyer pays
property
the seller through PayPal on the purchase of items. If
negative, the amount refunded the buyer. Default = 0. -
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_ExternalTransactionType.hexternalTransactionID
Unique identifier for a PayPal payment of an eBay order. If the order was purchased
with a payment method other than PayPal, “SIS” is returned, which stands for “Send
Information To Seller.” This field is only returned after payment has been made.
@property (nonatomic, retain) NSString *externalTransactionIDDiscussion
Unique identifier for a PayPal payment of an eBay order. If the order was purchased
with a payment method other than PayPal, “SIS” is returned, which stands for “Send
Information To Seller.” This field is only returned after payment has been made.
type : NSString, wrapper for primitive string
Declared In
Trading_ExternalTransactionType.hexternalTransactionTime
Timestamp for payment transaction.
@property (nonatomic, retain) NSDate *externalTransactionTimeDiscussion
Timestamp for payment transaction.
type : NSDate, wrapper for primitive date
Declared In
Trading_ExternalTransactionType.hfeeOrCreditAmount
Fee Amount is a positive value and Credit Amount is a negative value.
@property (nonatomic, retain) Trading_AmountType *feeOrCreditAmountDiscussion
Fee Amount is a positive value and Credit Amount is a negative value.
type : class Trading_AmountType
Declared In
Trading_ExternalTransactionType.hpaymentOrRefundAmount
If positive, the amount the buyer pays
the seller through PayPal on the purchase of items. If
negative, the amount refunded the buyer. Default = 0.
@property (nonatomic, retain) Trading_AmountType *paymentOrRefundAmountDiscussion
If positive, the amount the buyer pays
the seller through PayPal on the purchase of items. If
negative, the amount refunded the buyer. Default = 0.
type : class Trading_AmountType
Declared In
Trading_ExternalTransactionType.h