Class: InstructionDetails

Inherits:
Object
  • Object
show all
Defined in:
lib/compropago_sdk/factory/models/instruction_details.rb

Instance Attribute Summary collapse

Instance Attribute Details

#amountObject

Returns the value of attribute amount.



5
6
7
# File 'lib/compropago_sdk/factory/models/instruction_details.rb', line 5

def amount
  @amount
end

#bank_account_holder_nameObject

Returns the value of attribute bank_account_holder_name.



12
13
14
# File 'lib/compropago_sdk/factory/models/instruction_details.rb', line 12

def 
  
end

#bank_account_numberObject

Returns the value of attribute bank_account_number.



7
8
9
# File 'lib/compropago_sdk/factory/models/instruction_details.rb', line 7

def 
  
end

#bank_nameObject

Returns the value of attribute bank_name.



14
15
16
# File 'lib/compropago_sdk/factory/models/instruction_details.rb', line 14

def bank_name
  @bank_name
end

#bank_referenceObject

Returns the value of attribute bank_reference.



13
14
15
# File 'lib/compropago_sdk/factory/models/instruction_details.rb', line 13

def bank_reference
  @bank_reference
end

#company_bank_numberObject

Returns the value of attribute company_bank_number.



10
11
12
# File 'lib/compropago_sdk/factory/models/instruction_details.rb', line 10

def company_bank_number
  @company_bank_number
end

#company_reference_nameObject

Returns the value of attribute company_reference_name.



8
9
10
# File 'lib/compropago_sdk/factory/models/instruction_details.rb', line 8

def company_reference_name
  @company_reference_name
end

#company_reference_numberObject

Returns the value of attribute company_reference_number.



9
10
11
# File 'lib/compropago_sdk/factory/models/instruction_details.rb', line 9

def company_reference_number
  @company_reference_number
end

#order_reference_numberObject

Returns the value of attribute order_reference_number.



11
12
13
# File 'lib/compropago_sdk/factory/models/instruction_details.rb', line 11

def order_reference_number
  @order_reference_number
end

#payment_amountObject

Returns the value of attribute payment_amount.



3
4
5
# File 'lib/compropago_sdk/factory/models/instruction_details.rb', line 3

def payment_amount
  @payment_amount
end

#payment_storeObject

Returns the value of attribute payment_store.



4
5
6
# File 'lib/compropago_sdk/factory/models/instruction_details.rb', line 4

def payment_store
  @payment_store
end

#storeObject

Returns the value of attribute store.



6
7
8
# File 'lib/compropago_sdk/factory/models/instruction_details.rb', line 6

def store
  @store
end