Class: FioAPI::Payments::Domestic

Inherits:
Base
  • Object
show all
Defined in:
lib/base/payments/domestic.rb

Overview

Domestic class representing the Domestic entity

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from FioAPI::Base

Instance Attribute Details

#account_fromObject

Returns the value of attribute account_from.



5
6
7
# File 'lib/base/payments/domestic.rb', line 5

def 
  @account_from
end

#account_toObject

Returns the value of attribute account_to.



5
6
7
# File 'lib/base/payments/domestic.rb', line 5

def 
  @account_to
end

#amountObject

Returns the value of attribute amount.



5
6
7
# File 'lib/base/payments/domestic.rb', line 5

def amount
  @amount
end

#bank_codeObject

Returns the value of attribute bank_code.



5
6
7
# File 'lib/base/payments/domestic.rb', line 5

def bank_code
  @bank_code
end

#commentObject

Returns the value of attribute comment.



5
6
7
# File 'lib/base/payments/domestic.rb', line 5

def comment
  @comment
end

#currencyObject

Returns the value of attribute currency.



5
6
7
# File 'lib/base/payments/domestic.rb', line 5

def currency
  @currency
end

#dateObject

Returns the value of attribute date.



5
6
7
# File 'lib/base/payments/domestic.rb', line 5

def date
  @date
end

#ksObject

Returns the value of attribute ks.



5
6
7
# File 'lib/base/payments/domestic.rb', line 5

def ks
  @ks
end

#message_for_recipientObject

Returns the value of attribute message_for_recipient.



5
6
7
# File 'lib/base/payments/domestic.rb', line 5

def message_for_recipient
  @message_for_recipient
end

#ssObject

Returns the value of attribute ss.



5
6
7
# File 'lib/base/payments/domestic.rb', line 5

def ss
  @ss
end

#vsObject

Returns the value of attribute vs.



5
6
7
# File 'lib/base/payments/domestic.rb', line 5

def vs
  @vs
end

Instance Method Details

#payment_typeObject



8
9
10
# File 'lib/base/payments/domestic.rb', line 8

def payment_type
  '431001'
end