Method: TreezorClient::Body10.swagger_types
- Defined in:
- lib/treezor_client/models/body_10.rb
.swagger_types ⇒ Object
Attribute type mapping.
66 67 68 69 70 71 72 73 74 |
# File 'lib/treezor_client/models/body_10.rb', line 66 def self.swagger_types { :'name' => :'String', :'status' => :'String', :'is_whitelist' => :'BOOLEAN', :'merchants' => :'Array<String>', :'start_date' => :'String' } end |