Class: Hps::HpsCheck

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeHpsCheck

Returns a new instance of HpsCheck.



14
15
16
# File 'lib/hps/entities/hps_check.rb', line 14

def initialize
  @data_entry_mode = HpsDataEntryMode.manual
end

Instance Attribute Details

#account_numberObject

Returns the value of attribute account_number.



3
4
5
# File 'lib/hps/entities/hps_check.rb', line 3

def 
  @account_number
end

#account_typeObject

Returns the value of attribute account_type.



3
4
5
# File 'lib/hps/entities/hps_check.rb', line 3

def 
  @account_type
end

#check_holderObject

Returns the value of attribute check_holder.



3
4
5
# File 'lib/hps/entities/hps_check.rb', line 3

def check_holder
  @check_holder
end

#check_numberObject

Returns the value of attribute check_number.



3
4
5
# File 'lib/hps/entities/hps_check.rb', line 3

def check_number
  @check_number
end

#check_typeObject

Returns the value of attribute check_type.



3
4
5
# File 'lib/hps/entities/hps_check.rb', line 3

def check_type
  @check_type
end

#check_verifyObject

Returns the value of attribute check_verify.



3
4
5
# File 'lib/hps/entities/hps_check.rb', line 3

def check_verify
  @check_verify
end

#data_entry_modeObject

Returns the value of attribute data_entry_mode.



3
4
5
# File 'lib/hps/entities/hps_check.rb', line 3

def data_entry_mode
  @data_entry_mode
end

#micr_numberObject

Returns the value of attribute micr_number.



3
4
5
# File 'lib/hps/entities/hps_check.rb', line 3

def micr_number
  @micr_number
end

#routing_numberObject

Returns the value of attribute routing_number.



3
4
5
# File 'lib/hps/entities/hps_check.rb', line 3

def routing_number
  @routing_number
end

#sec_codeObject

Returns the value of attribute sec_code.



3
4
5
# File 'lib/hps/entities/hps_check.rb', line 3

def sec_code
  @sec_code
end