| 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] |
require 'ultracart_api'
instance = UltracartClient::OrderFormatResponse.new(
css_links: null,
formatted_result: null
)