Class: FioAPI::Payments::Domestic
- Defined in:
- lib/base/payments/domestic.rb
Overview
Domestic class representing the Domestic entity
Instance Attribute Summary collapse
-
#account_from ⇒ Object
Returns the value of attribute account_from.
-
#account_to ⇒ Object
Returns the value of attribute account_to.
-
#amount ⇒ Object
Returns the value of attribute amount.
-
#bank_code ⇒ Object
Returns the value of attribute bank_code.
-
#comment ⇒ Object
Returns the value of attribute comment.
-
#currency ⇒ Object
Returns the value of attribute currency.
-
#date ⇒ Object
Returns the value of attribute date.
-
#ks ⇒ Object
Returns the value of attribute ks.
-
#message_for_recipient ⇒ Object
Returns the value of attribute message_for_recipient.
-
#ss ⇒ Object
Returns the value of attribute ss.
-
#vs ⇒ Object
Returns the value of attribute vs.
Instance Method Summary collapse
Methods inherited from Base
Constructor Details
This class inherits a constructor from FioAPI::Base
Instance Attribute Details
#account_from ⇒ Object
Returns the value of attribute account_from.
5 6 7 |
# File 'lib/base/payments/domestic.rb', line 5 def account_from @account_from end |
#account_to ⇒ Object
Returns the value of attribute account_to.
5 6 7 |
# File 'lib/base/payments/domestic.rb', line 5 def account_to @account_to end |
#amount ⇒ Object
Returns the value of attribute amount.
5 6 7 |
# File 'lib/base/payments/domestic.rb', line 5 def amount @amount end |
#bank_code ⇒ Object
Returns the value of attribute bank_code.
5 6 7 |
# File 'lib/base/payments/domestic.rb', line 5 def bank_code @bank_code end |
#comment ⇒ Object
Returns the value of attribute comment.
5 6 7 |
# File 'lib/base/payments/domestic.rb', line 5 def comment @comment end |
#currency ⇒ Object
Returns the value of attribute currency.
5 6 7 |
# File 'lib/base/payments/domestic.rb', line 5 def currency @currency end |
#date ⇒ Object
Returns the value of attribute date.
5 6 7 |
# File 'lib/base/payments/domestic.rb', line 5 def date @date end |
#ks ⇒ Object
Returns the value of attribute ks.
5 6 7 |
# File 'lib/base/payments/domestic.rb', line 5 def ks @ks end |
#message_for_recipient ⇒ Object
Returns the value of attribute message_for_recipient.
5 6 7 |
# File 'lib/base/payments/domestic.rb', line 5 def @message_for_recipient end |
#ss ⇒ Object
Returns the value of attribute ss.
5 6 7 |
# File 'lib/base/payments/domestic.rb', line 5 def ss @ss end |
#vs ⇒ Object
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_type ⇒ Object
8 9 10 |
# File 'lib/base/payments/domestic.rb', line 8 def payment_type '431001' end |