Sha256: 62b435860d6ce70032085be0aa39fae0a159b758a4286704a9bc7822352c897a
Contents?: true
Size: 1.14 KB
Versions: 3
Compression:
Stored size: 1.14 KB
Contents
# AvalaraSdk::ShippingVerifyResultLines ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **result_code** | **String** | Describes whether the line is compliant or not. In cases where a determination could not be made, resultCode will provide the reason why. | [optional] | | **line_number** | **String** | The lineNumber of the line evaluated. | [optional] | | **message** | **String** | A short description of the result of the checks made against this line. | [optional] | | **success_messages** | **String** | A detailed description of the result of each of the passed checks made against this line. | [optional] | | **failure_messages** | **String** | A detailed description of the result of each of the failed checks made against this line. | [optional] | | **failure_codes** | **Array<String>** | An enumeration of all the failure codes received for this line. | [optional] | ## Example ```ruby require 'avalara_sdk' instance = AvalaraSdk::ShippingVerifyResultLines.new( result_code: null, line_number: null, message: null, success_messages: null, failure_messages: null, failure_codes: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
avalara_sdk-2.4.26 | docs/ShippingVerifyResultLines.md |
avalara_sdk-2.4.7 | docs/ShippingVerifyResultLines.md |
avalara_sdk-2.4.5.6 | docs/ShippingVerifyResultLines.md |