Class: OrderTransactionReportFile
- Inherits:
-
Object
- Object
- OrderTransactionReportFile
- Defined in:
- lib/mundipagg/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.
4 5 6 |
# File 'lib/mundipagg/Order/order_transaction_report_file.rb', line 4 def MerchantKey @MerchantKey end |
#MerchantName ⇒ Object
Returns the value of attribute MerchantName.
5 6 7 |
# File 'lib/mundipagg/Order/order_transaction_report_file.rb', line 5 def MerchantName @MerchantName end |
#OrderKey ⇒ Object
Returns the value of attribute OrderKey.
2 3 4 |
# File 'lib/mundipagg/Order/order_transaction_report_file.rb', line 2 def OrderKey @OrderKey end |
#OrderReference ⇒ Object
Returns the value of attribute OrderReference.
3 4 5 |
# File 'lib/mundipagg/Order/order_transaction_report_file.rb', line 3 def OrderReference @OrderReference end |