Sha256: a7475d9ccd8a952044d403f267055c8f810d61579c5304c2fd9e12690389535c

Contents?: true

Size: 1.68 KB

Versions: 102

Compression:

Stored size: 1.68 KB

Contents

# UltracartClient::CartCheckout

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **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] |
| **ip_address** | **String** | IP Address (read only unless non-browser key authenticated) | [optional] |
| **return_code** | **String** | Return code assigned for send return email operation | [optional] |
| **return_url** | **String** | The URL to redirect the customer to when they return from an abandon cart email.  Must be https protocol. | [optional] |
| **screen_branding_theme_code** | **String** | Screen branding theme code | [optional] |
| **storefront_host_name** | **String** | StoreFront Host Name | [optional] |
| **user_agent** | **String** | User agent of the browser | [optional] |

## Example

```ruby
require 'ultracart_api'

instance = UltracartClient::CartCheckout.new(
  comments: null,
  custom_field1: null,
  custom_field2: null,
  custom_field3: null,
  custom_field4: null,
  custom_field5: null,
  custom_field6: null,
  custom_field7: null,
  ip_address: null,
  return_code: null,
  return_url: null,
  screen_branding_theme_code: null,
  storefront_host_name: null,
  user_agent: null
)
```

Version data entries

102 entries across 102 versions & 1 rubygems

Version Path
ultracart_api-4.0.53.rc docs/CartCheckout.md
ultracart_api-4.0.52.rc docs/CartCheckout.md
ultracart_api-4.0.51.rc docs/CartCheckout.md
ultracart_api-4.0.50.rc docs/CartCheckout.md
ultracart_api-4.0.49.rc docs/CartCheckout.md
ultracart_api-4.0.48.rc docs/CartCheckout.md
ultracart_api-4.0.47.rc docs/CartCheckout.md
ultracart_api-4.0.46.rc docs/CartCheckout.md
ultracart_api-4.0.45.rc docs/CartCheckout.md
ultracart_api-4.0.44.rc docs/CartCheckout.md
ultracart_api-4.0.43.rc docs/CartCheckout.md
ultracart_api-4.0.42.rc docs/CartCheckout.md
ultracart_api-4.0.41.rc docs/CartCheckout.md
ultracart_api-4.0.40.rc docs/CartCheckout.md
ultracart_api-4.0.39.rc docs/CartCheckout.md
ultracart_api-4.0.38.rc docs/CartCheckout.md
ultracart_api-4.0.37.rc docs/CartCheckout.md
ultracart_api-4.0.36.rc docs/CartCheckout.md
ultracart_api-4.0.35.rc docs/CartCheckout.md
ultracart_api-4.0.34.rc docs/CartCheckout.md