Sha256: fda2b579aad2d2e9680da27f646fba1a85c2238f7abb52d3bb81c25c8f47431f
Contents?: true
Size: 1.37 KB
Versions: 3
Compression:
Stored size: 1.37 KB
Contents
# AvalaraSdk::ShippingVerifyResult ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **compliant** | **Boolean** | Whether every line in the transaction is compliant. | [optional] | | **message** | **String** | A short description of the result of the compliance check. | [optional] | | **success_messages** | **String** | A detailed description of the result of each of the passed checks made against this transaction, separated by line. | [optional] | | **failure_messages** | **String** | A detailed description of the result of each of the failed checks made against this transaction, separated by line. | [optional] | | **failure_codes** | **Array<String>** | An enumeration of all the failure codes received across all lines. | [optional] | | **warning_codes** | **Array<String>** | An enumeration of all the warning codes received across all lines that a determination could not be made for. | [optional] | | **lines** | [**Array<ShippingVerifyResultLines>**](ShippingVerifyResultLines.md) | Describes the results of the checks made for each line in the transaction. | [optional] | ## Example ```ruby require 'avalara_sdk' instance = AvalaraSdk::ShippingVerifyResult.new( compliant: null, message: null, success_messages: null, failure_messages: null, failure_codes: null, warning_codes: null, lines: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
avalara_sdk-2.4.26 | docs/ShippingVerifyResult.md |
avalara_sdk-2.4.7 | docs/ShippingVerifyResult.md |
avalara_sdk-2.4.5.6 | docs/ShippingVerifyResult.md |