Method: Wire4Client::TransactionsOutgoingRegister.swagger_types
- Defined in:
- lib/wire4_client/models/transactions_outgoing_register.rb
.swagger_types ⇒ Object
Attribute type mapping.
37 38 39 40 41 42 43 |
# File 'lib/wire4_client/models/transactions_outgoing_register.rb', line 37 def self.swagger_types { :'cancel_return_url' => :'String', :'return_url' => :'String', :'transactions' => :'Array<TransactionOutgoing>' } end |