Skip to content

subscriptionHistory_response

Properties

Name Type Description Notes
statusCode Integer The HTTP status code returned by the remote server. If a response is not received, this value will be 0. [optional] [default to null]
statusDescription String The description of the status code returned by the remote server. [optional] [default to null]
content String The string representation of the body of the response. [optional] [default to null]
headers Object A dictionary of the header / value pairs returned in the response. [optional] [default to null]
responseUri String The URI that responded to the request. [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]