| Name | Type | Description | Notes |
|---|---|---|---|
| checks | Array<String> | Checks to perform | [optional] |
| order | Order | [optional] |
require 'ultracart_api'
instance = UltracartClient::OrderValidationRequest.new(
checks: null,
order: null
)| Name | Type | Description | Notes |
|---|---|---|---|
| checks | Array<String> | Checks to perform | [optional] |
| order | Order | [optional] |
require 'ultracart_api'
instance = UltracartClient::OrderValidationRequest.new(
checks: null,
order: null
)