Class AckCodeType


class AckCodeType
AckCodeType - Type declaration to be used by other schema. This code identifies the acknowledgement code types that eBay could use to communicate the status of processing a (request) message to an application. This code would be used as part of a response message that contains an application-level acknowledgement element.

Defined in com/ebay/shoppingservice/AckCodeType.js

Property Summary
(out) Reserved for internal or future use.
(out) Request processing failed
(out) Request processing completed with some failures.
(out) Request processing succeeded
(out) Request processing completed with warning information being included in the response message
String value

Constructor Summary
AckCodeType(Object object)

Property Details

property static CustomCode

(out) Reserved for internal or future use.


property static Failure

(out) Request processing failed


property static PartialFailure

(out) Request processing completed with some failures. See the Errors data to determine which portions of the request failed.


property static Success

(out) Request processing succeeded


property static Warning

(out) Request processing completed with warning information being included in the response message


property String value


Constructor Details

constructor AckCodeType

AckCodeType(Object object)

Parameters:
object