Class: AmazonFlexPay::DataTypes::RelatedTransaction

Inherits:
Model
  • Object
show all
Defined in:
lib/amazon_flex_pay/data_types.rb

Overview

:nodoc:

Instance Method Summary collapse

Methods inherited from Model

attribute, attribute_names, collection_attribute, complex_attribute, enumerated_attribute, #initialize, #to_hash

Constructor Details

This class inherits a constructor from AmazonFlexPay::Model

Instance Method Details

#fullObject



60
61
62
# File 'lib/amazon_flex_pay/data_types.rb', line 60

def full
  AmazonFlexPay::API::GetTransaction.new(:transaction_id => transaction_id).submit
end