subscriptionHistory_request
Properties
| Name |
Type |
Description |
Notes |
| resource |
String |
The resource requested at the remote server. |
[optional] [default to null] |
| headers |
Object |
A dictionary of the header / value pairs sent with the request. |
[optional] [default to null] |
| body |
String |
The string representation of the body of the request. |
[optional] [default to null] |
| method |
String |
The HTTP method used with the request (GET, POST, etc). |
[optional] [default to null] |
| uri |
String |
The URI requested. |
[optional] [default to null] |
[Back to Model list] [Back to API list] [Back to README]