Class: Gateway::OrderTransactionReportFile
- Inherits:
-
Object
- Object
- Gateway::OrderTransactionReportFile
- Defined in:
- lib/gateway/Order/order_transaction_report_file.rb
Instance Attribute Summary collapse
-
#MerchantKey ⇒ Object
Returns the value of attribute MerchantKey.
-
#MerchantName ⇒ Object
Returns the value of attribute MerchantName.
-
#OrderKey ⇒ Object
Returns the value of attribute OrderKey.
-
#OrderReference ⇒ Object
Returns the value of attribute OrderReference.
Instance Attribute Details
#MerchantKey ⇒ Object
Returns the value of attribute MerchantKey.
6 7 8 |
# File 'lib/gateway/Order/order_transaction_report_file.rb', line 6 def MerchantKey @MerchantKey end |
#MerchantName ⇒ Object
Returns the value of attribute MerchantName.
7 8 9 |
# File 'lib/gateway/Order/order_transaction_report_file.rb', line 7 def MerchantName @MerchantName end |
#OrderKey ⇒ Object
Returns the value of attribute OrderKey.
4 5 6 |
# File 'lib/gateway/Order/order_transaction_report_file.rb', line 4 def OrderKey @OrderKey end |
#OrderReference ⇒ Object
Returns the value of attribute OrderReference.
5 6 7 |
# File 'lib/gateway/Order/order_transaction_report_file.rb', line 5 def OrderReference @OrderReference end |