Sha256: b8299bc2f80ecac881d2d4012ef8735719f205ba5563f889f64bee5268a1d1c6
Contents?: true
Size: 667 Bytes
Versions: 16
Compression:
Stored size: 667 Bytes
Contents
module BloomRemitClient class Payment include Virtus.model attribute :id, String attribute :teller_id, String attribute :recipient_id, String attribute :orig_currency, String attribute :dest_currency, String attribute :paid_in_orig_currency, Float attribute :receivable_in_dest_currency, Float attribute :status, String attribute :payout_method, String attribute :partner_id, String attribute :flat_fee_in_orig_currency, Float attribute :forex_margin, Float attribute :account_name, String attribute :account_number, String attribute :callback_url, String attribute :sender_id, String end end
Version data entries
16 entries across 16 versions & 1 rubygems