class FioAPI::Payments::Domestic

Domestic class representing the Domestic entity

Attributes

account_from[RW]
account_to[RW]
amount[RW]
bank_code[RW]
comment[RW]
currency[RW]
date[RW]
ks[RW]
message_for_recipient[RW]
ss[RW]
vs[RW]

Public Instance Methods

payment_type() click to toggle source
# File lib/base/payments/domestic.rb, line 8
def payment_type
  '431001'
end