class BloomRemitClient::CreateTxnResponse
Public Instance Methods
default_errors()
click to toggle source
# File lib/bloom_remit_client/responses/create_txn_response.rb, line 7 def default_errors Array(parsed_body[:errors]) end
default_txn()
click to toggle source
# File lib/bloom_remit_client/responses/create_txn_response.rb, line 11 def default_txn Txn.new(parsed_body[:txn]) end