Method: UltracartClient::EmailListCustomer.openapi_types
- Defined in:
- lib/ultracart_api/models/email_list_customer.rb
.openapi_types ⇒ Object
Attribute type mapping.
46 47 48 49 50 51 52 53 |
# File 'lib/ultracart_api/models/email_list_customer.rb', line 46 def self.openapi_types { :'add_dts' => :'String', :'email' => :'String', :'email_customer_uuid' => :'String', :'email_list_member_uuid' => :'String' } end |