Method: CrelateClient::SmsPlivoMessageStatusReceivedRequest.swagger_types
- Defined in:
- lib/crelate_client/models/sms_plivo_message_status_received_request.rb
.swagger_types ⇒ Object
Attribute type mapping.
56 57 58 59 60 61 62 63 64 65 66 67 68 69 |
# File 'lib/crelate_client/models/sms_plivo_message_status_received_request.rb', line 56 def self.swagger_types { :'error_code' => :'String', :'from' => :'String', :'mcc' => :'Integer', :'message_uuid' => :'String', :'mnc' => :'Integer', :'status' => :'String', :'to' => :'String', :'total_amount' => :'Float', :'total_rate' => :'Float', :'units' => :'Integer' } end |