Class: QPay::P2PTransaction

Inherits:
Struct
  • Object
show all
Defined in:
lib/qpay/models.rb

Instance Attribute Summary collapse

Instance Attribute Details

#account_bank_code ⇒ Object

Returns the value of attribute account_bank_code

Returns:

  • (Object) —

    the current value of account_bank_code



147
148
149
# File 'lib/qpay/models.rb', line 147

def 
  @account_bank_code
end

#account_bank_name ⇒ Object

Returns the value of attribute account_bank_name

Returns:

  • (Object) —

    the current value of account_bank_name



147
148
149
# File 'lib/qpay/models.rb', line 147

def 
  @account_bank_name
end

#account_number ⇒ Object

Returns the value of attribute account_number

Returns:

  • (Object) —

    the current value of account_number



147
148
149
# File 'lib/qpay/models.rb', line 147

def 
  @account_number
end

#amount ⇒ Object

Returns the value of attribute amount

Returns:

  • (Object) —

    the current value of amount



147
148
149
# File 'lib/qpay/models.rb', line 147

def amount
  @amount
end

#currency ⇒ Object

Returns the value of attribute currency

Returns:

  • (Object) —

    the current value of currency



147
148
149
# File 'lib/qpay/models.rb', line 147

def currency
  @currency
end

#settlement_status ⇒ Object

Returns the value of attribute settlement_status

Returns:

  • (Object) —

    the current value of settlement_status



147
148
149
# File 'lib/qpay/models.rb', line 147

def settlement_status
  @settlement_status
end

#status ⇒ Object

Returns the value of attribute status

Returns:

  • (Object) —

    the current value of status



147
148
149
# File 'lib/qpay/models.rb', line 147

def status
  @status
end

#transaction_bank_code ⇒ Object

Returns the value of attribute transaction_bank_code

Returns:

  • (Object) —

    the current value of transaction_bank_code



147
148
149
# File 'lib/qpay/models.rb', line 147

def transaction_bank_code
  @transaction_bank_code
end