Class: EbayTrading::Types::PaymentTransactionCode

Inherits:
Object
  • Object
show all
Includes:
Initializer, XML::Mapping
Defined in:
lib/ebay_trading/types/payment_transaction_code.rb

Overview

Attributes

text_node :payment_status, 'PaymentStatus', :optional => true
object_node :payer, 'Payer', :class => UserIdentity, :optional => true
object_node :payee, 'Payee', :class => UserIdentity, :optional => true
datetime_node :payment_time, 'PaymentTime', :optional => true
money_node :payment_amount, 'PaymentAmount', :optional => true
object_node :reference_id, 'ReferenceID', :class => TransactionReference, :optional => true
money_node :fee_or_credit_amount, 'FeeOrCreditAmount', :optional => true
array_node :payment_reference_ids, 'PaymentReferenceID', :class => TransactionReference, :default_value => []

Method Summary

Methods included from Initializer

#initialize, #object_attributes=