Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 574 Bytes

File metadata and controls

20 lines (14 loc) · 574 Bytes

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

require 'ultracart_api'

instance = UltracartClient::OrderFormatResponse.new(
  css_links: null,
  formatted_result: null
)