Sha256: 4f5efc72aad1b44d2d4d9471c3d1424228c5e2e01e3003cf48035cb25dec906c

Contents?: true

Size: 1.71 KB

Versions: 102

Compression:

Stored size: 1.71 KB

Contents

# UltracartClient::OrderCheckout

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **browser** | [**Browser**](Browser.md) |  | [optional] |
| **comments** | **String** | Comments from the customer.  Rarely used on the single page checkout. | [optional] |
| **custom_field1** | **String** | Custom field 1 | [optional] |
| **custom_field2** | **String** | Custom field 2 | [optional] |
| **custom_field3** | **String** | Custom field 3 | [optional] |
| **custom_field4** | **String** | Custom field 4 | [optional] |
| **custom_field5** | **String** | Custom field 5 | [optional] |
| **custom_field6** | **String** | Custom field 6 | [optional] |
| **custom_field7** | **String** | Custom field 7 | [optional] |
| **customer_ip_address** | **String** | IP address of the customer when placing the order | [optional] |
| **screen_branding_theme_code** | **String** | Screen branding theme code associated with the order (legacy checkout) | [optional] |
| **screen_size** | **String** | Screen size small, medium or large | [optional] |
| **storefront_host_name** | **String** | StoreFront host name associated with the order | [optional] |
| **upsell_path_code** | **String** | Upsell path code assigned during the checkout that the customer went through | [optional] |

## Example

```ruby
require 'ultracart_api'

instance = UltracartClient::OrderCheckout.new(
  browser: null,
  comments: null,
  custom_field1: null,
  custom_field2: null,
  custom_field3: null,
  custom_field4: null,
  custom_field5: null,
  custom_field6: null,
  custom_field7: null,
  customer_ip_address: null,
  screen_branding_theme_code: null,
  screen_size: null,
  storefront_host_name: null,
  upsell_path_code: null
)
```

Version data entries

102 entries across 102 versions & 1 rubygems

Version Path
ultracart_api-4.0.133 docs/OrderCheckout.md
ultracart_api-4.0.132 docs/OrderCheckout.md
ultracart_api-4.0.131 docs/OrderCheckout.md
ultracart_api-4.0.130 docs/OrderCheckout.md
ultracart_api-4.0.129 docs/OrderCheckout.md
ultracart_api-4.0.128 docs/OrderCheckout.md
ultracart_api-4.0.127 docs/OrderCheckout.md
ultracart_api-4.0.126.rc docs/OrderCheckout.md
ultracart_api-4.0.125.rc docs/OrderCheckout.md
ultracart_api-4.0.124.rc docs/OrderCheckout.md
ultracart_api-4.0.123.rc docs/OrderCheckout.md
ultracart_api-4.0.122.rc docs/OrderCheckout.md
ultracart_api-4.0.121.rc docs/OrderCheckout.md
ultracart_api-4.0.120.rc docs/OrderCheckout.md
ultracart_api-4.0.119.rc docs/OrderCheckout.md
ultracart_api-4.0.118.rc docs/OrderCheckout.md
ultracart_api-4.0.117.rc docs/OrderCheckout.md
ultracart_api-4.0.116.rc docs/OrderCheckout.md
ultracart_api-4.0.115.rc docs/OrderCheckout.md
ultracart_api-4.0.114.rc docs/OrderCheckout.md