Method: UltracartClient::AffiliateLink.openapi_types
- Defined in:
- lib/ultracart_api/models/affiliate_link.rb
.openapi_types ⇒ Object
Attribute type mapping.
108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 |
# File 'lib/ultracart_api/models/affiliate_link.rb', line 108 def self.openapi_types { :'affiliate_link_oid' => :'Integer', :'affiliate_managed_link_oid' => :'Integer', :'affiliate_oid' => :'Integer', :'affiliate_program_item_oid' => :'Integer', :'code' => :'String', :'creative_oid' => :'Integer', :'custom_html' => :'String', :'custom_html_approval_status' => :'String', :'custom_landing_url' => :'String', :'deleted' => :'Boolean', :'invisible_link_approval_status' => :'String', :'invisible_link_url_prefix' => :'String', :'name' => :'String', :'type' => :'String' } end |