Method: Qiwi::Transaction#remote

Defined in:
lib/qiwi/transaction.rb

#remoteObject



72
73
74
# File 'lib/qiwi/transaction.rb', line 72

def remote
  @remote ||= Qiwi::Client.new.check_bill(txn: txn)
end