ReturnEligibilityItemPerCheckTypeResult
This type is used by the eligibilityResultsPerCheckType container, which contains the results for each eligibility check type that was run against the order line item.
Type that uses ReturnEligibilityItemPerCheckTypeResult:
Calls that use ReturnEligibilityItemPerCheckTypeResult:
Fields
checkType ( ret:EligibilityCheckTypeEnum ) [0..?]
This enumerated value indicates the type of eligibility check that was run against the order line item. For the POST /post-order/v2/return/check_eligibility method, multiple eligibility checks can be run against the order line item, but the POST /post-order/v2/return method only uses the
RETURN_CREATION
check.
See the Field Index to learn which calls use checkType.
eligibilityInfo ( EligibilityResultType ) [0..?]
This container includes the results of the return eligibility check, including any errors that may have occurred with the eligibility check, as well as detailed information on the return request.
See the Field Index to learn which calls use eligibilityInfo.