class PayPal::SDK::Merchant::DataTypes::PaymentTransactionSearchResultType
PaymentTransactionSearchResultType
Results from a PaymentTransaction search
Public Class Methods
load_members()
click to toggle source
# File lib/paypal-sdk/merchant/data_types.rb, line 1594 def self.load_members # The date and time (in UTC/GMT format) the transaction occurred object_of :Timestamp, DateTime, :namespace => :ebl # The time zone of the transaction object_of :Timezone, String, :namespace => :ebl # The type of the transaction object_of :Type, String, :namespace => :ebl # The email address of the payer object_of :Payer, String, :namespace => :ebl # Display name of the payer object_of :PayerDisplayName, String, :namespace => :ebl # The transaction ID of the seller object_of :TransactionID, String, :namespace => :ebl # The status of the transaction object_of :Status, String, :namespace => :ebl # The total gross amount charged, including any profile shipping cost and taxes object_of :GrossAmount, BasicAmountType, :namespace => :ebl # The fee that PayPal charged for the transaction object_of :FeeAmount, BasicAmountType, :namespace => :ebl # The net amount of the transaction object_of :NetAmount, BasicAmountType, :namespace => :ebl end