Class: BloomNetCenterClient::CreateTxnRequest

Inherits:
BaseRequest
  • Object
show all
Defined in:
lib/bloom_net_center_client/requests/create_txn_request.rb

Constant Summary collapse

BODY_ATTRS =
%i[
  sender_first_name
  sender_last_name
  sender_street
  sender_city
  sender_province
  recipient_first_name
  recipient_last_name
  recipient_street
  recipient_city
  recipient_mobile
  amount
  currency
]