Class: QPay::Account

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



36
37
38
# File 'lib/qpay/models.rb', line 36

def 
  @account_bank_code
end

#account_currency ⇒ Object

Returns the value of attribute account_currency

Returns:

  • (Object) —

    the current value of account_currency



36
37
38
# File 'lib/qpay/models.rb', line 36

def 
  @account_currency
end

#account_name ⇒ Object

Returns the value of attribute account_name

Returns:

  • (Object) —

    the current value of account_name



36
37
38
# File 'lib/qpay/models.rb', line 36

def 
  @account_name
end

#account_number ⇒ Object

Returns the value of attribute account_number

Returns:

  • (Object) —

    the current value of account_number



36
37
38
# File 'lib/qpay/models.rb', line 36

def 
  @account_number
end

#iban_number ⇒ Object

Returns the value of attribute iban_number

Returns:

  • (Object) —

    the current value of iban_number



36
37
38
# File 'lib/qpay/models.rb', line 36

def iban_number
  @iban_number
end

#is_default ⇒ Object

Returns the value of attribute is_default

Returns:

  • (Object) —

    the current value of is_default



36
37
38
# File 'lib/qpay/models.rb', line 36

def is_default
  @is_default
end