| eBay-API documentation | view source | Contained in the eBay-API distribution. |
eBay::API::XML::DataType::TokenStatusType
Returns token status.
eBay::API::XML::DataType::TokenStatusType inherits from the eBay::API::XML::BaseDataType class
Identifies the user to whom the token belongs.
# Argument: 'xs:string'
Calls: GetTokenStatus Returned: Always
# Returns: 'xs:string'
Original expiration time for the token.
# Argument: 'xs:dateTime'
Calls: GetTokenStatus Returned: Always
# Returns: 'xs:dateTime'
Token revocation time, if the token has been revoked.
# Argument: 'xs:dateTime'
Calls: GetTokenStatus Returned: Always
# Returns: 'xs:dateTime'
Current token status.
# Argument: 'ns:TokenStatusCodeType'
Calls: GetTokenStatus Returned: Always
# Returns: 'ns:TokenStatusCodeType'
| eBay-API documentation | view source | Contained in the eBay-API distribution. |