Class: Hps::HpsTransactionDetails
- Inherits:
-
Object
- Object
- Hps::HpsTransactionDetails
- Defined in:
- lib/hps/entities/hps_transaction_details.rb
Instance Attribute Summary collapse
-
#customer_id ⇒ Object
Returns the value of attribute customer_id.
-
#invoice_number ⇒ Object
Returns the value of attribute invoice_number.
-
#memo ⇒ Object
Returns the value of attribute memo.
Instance Attribute Details
#customer_id ⇒ Object
Returns the value of attribute customer_id.
4 5 6 |
# File 'lib/hps/entities/hps_transaction_details.rb', line 4 def customer_id @customer_id end |
#invoice_number ⇒ Object
Returns the value of attribute invoice_number.
4 5 6 |
# File 'lib/hps/entities/hps_transaction_details.rb', line 4 def invoice_number @invoice_number end |
#memo ⇒ Object
Returns the value of attribute memo.
4 5 6 |
# File 'lib/hps/entities/hps_transaction_details.rb', line 4 def memo @memo end |