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

  •   externalTransactionID

    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
  •   externalTransactionTime

    Timestamp for payment transaction.

    property
  •   feeOrCreditAmount

    Fee Amount is a positive value and Credit Amount is a negative value.

    property
  •   paymentOrRefundAmount

    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
  •   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_ExternalTransactionType.h

externalTransactionID

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 *externalTransactionID

Discussion

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.h

externalTransactionTime

Timestamp for payment transaction.

@property (nonatomic, retain) NSDate *externalTransactionTime

Discussion

Timestamp for payment transaction.

type : NSDate, wrapper for primitive date

Declared In

Trading_ExternalTransactionType.h

feeOrCreditAmount

Fee Amount is a positive value and Credit Amount is a negative value.

@property (nonatomic, retain) Trading_AmountType *feeOrCreditAmount

Discussion

Fee Amount is a positive value and Credit Amount is a negative value.

type : class Trading_AmountType

Declared In

Trading_ExternalTransactionType.h

paymentOrRefundAmount

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 *paymentOrRefundAmount

Discussion

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