Package io.sendon.model
Class GetPaymentHistoryResponseData
- java.lang.Object
-
- io.sendon.model.GetPaymentHistoryResponseData
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2025-03-25T16:56:04.124507+09:00[Asia/Seoul]", comments="Generator version: 7.7.0") public class GetPaymentHistoryResponseData extends Object
GetPaymentHistoryResponseData
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGetPaymentHistoryResponseData.CustomTypeAdapterFactory
-
Field Summary
Fields Modifier and Type Field Description static HashSet<String>openapiFieldsstatic HashSet<String>openapiRequiredFieldsstatic StringSERIALIZED_NAME_HISTORY
-
Constructor Summary
Constructors Constructor Description GetPaymentHistoryResponseData()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)static GetPaymentHistoryResponseDatafromJson(String jsonString)Create an instance of GetPaymentHistoryResponseData given an JSON stringGetPaymentHistoriesResponseDataHistoriesInnergetHistory()Get historyinthashCode()GetPaymentHistoryResponseDatahistory(GetPaymentHistoriesResponseDataHistoriesInner history)voidsetHistory(GetPaymentHistoriesResponseDataHistoriesInner history)StringtoJson()Convert an instance of GetPaymentHistoryResponseData to an JSON stringStringtoString()static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement)Validates the JSON Element and throws an exception if issues found
-
-
-
Method Detail
-
history
public GetPaymentHistoryResponseData history(GetPaymentHistoriesResponseDataHistoriesInner history)
-
getHistory
@Nonnull public GetPaymentHistoriesResponseDataHistoriesInner getHistory()
Get history- Returns:
- history
-
setHistory
public void setHistory(GetPaymentHistoriesResponseDataHistoriesInner history)
-
validateJsonElement
public static void validateJsonElement(com.google.gson.JsonElement jsonElement) throws IOExceptionValidates the JSON Element and throws an exception if issues found- Parameters:
jsonElement- JSON Element- Throws:
IOException- if the JSON Element is invalid with respect to GetPaymentHistoryResponseData
-
fromJson
public static GetPaymentHistoryResponseData fromJson(String jsonString) throws IOException
Create an instance of GetPaymentHistoryResponseData given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of GetPaymentHistoryResponseData
- Throws:
IOException- if the JSON string is invalid with respect to GetPaymentHistoryResponseData
-
toJson
public String toJson()
Convert an instance of GetPaymentHistoryResponseData to an JSON string- Returns:
- JSON string
-
-