Sha256: 56b330632afa9f9fe4b7948db4dee35c389c68c58fd358b5b3b1c0d98f2b8951
Contents?: true
Size: 574 Bytes
Versions: 203
Compression:
Stored size: 574 Bytes
Contents
# UltracartClient::OrderFormatResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **css_links** | **Array<String>** | The URLs to any stylesheets that need to be included to properly view the markup. | [optional] | | **formatted_result** | **String** | The formatted result of the order. This will be HTML or text depending upon the requested format. | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::OrderFormatResponse.new( css_links: null, formatted_result: null ) ```
Version data entries
203 entries across 203 versions & 1 rubygems