Package net.libyaguide.gpay.sdk.client
Class GPayApiClient.ApiResponse
java.lang.Object
net.libyaguide.gpay.sdk.client.GPayApiClient.ApiResponse
- Enclosing class:
- GPayApiClient
Represents the API response including body, headers, and status code.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptioncom.google.gson.JsonObjectParses the response body as a JsonObject.toString()Returns the response body as a string.
-
Field Details
-
response
The response body as a string. -
headers
The response headers as a map. -
code
public final int codeThe HTTP status code.
-
-
Method Details