Sha256: 6f2b398f5ded435de286e9ed8668ef99ef704f72208e86d081f007a470c7fdfa
Contents?: true
Size: 692 Bytes
Versions: 65
Compression:
Stored size: 692 Bytes
Contents
# UltracartClient::OrderValidationResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **errors** | **Array<String>** | Errors to display to the merchant if they failed any of the validations checked | [optional] | | **messages** | **Array<String>** | Informational messages | [optional] | | **order_was_updated** | **Boolean** | If true, this order was updated during the validation call. This may happen during address standardization fixes. | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::OrderValidationResponse.new( errors: null, messages: null, order_was_updated: null ) ```
Version data entries
65 entries across 65 versions & 1 rubygems