Class: Hps::HpsTransactionDetails

Inherits:
Object
  • Object
show all
Defined in:
lib/hps/entities/hps_transaction_details.rb

Instance Attribute Summary collapse

Instance Attribute Details

#customer_idObject

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_numberObject

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

#memoObject

Returns the value of attribute memo.



4
5
6
# File 'lib/hps/entities/hps_transaction_details.rb', line 4

def memo
  @memo
end