Uses of Class
io.sendon.model.GetPaymentHistoryResponse
-
Packages that use GetPaymentHistoryResponse Package Description io.sendon.api io.sendon.model -
-
Uses of GetPaymentHistoryResponse in io.sendon.api
Methods in io.sendon.api that return GetPaymentHistoryResponse Modifier and Type Method Description GetPaymentHistoryResponseSdoPayment. getPaymentHistory(BigDecimal historyId)결제 히스토리 상세 조회Methods in io.sendon.api that return types with arguments of type GetPaymentHistoryResponse Modifier and Type Method Description ApiResponse<GetPaymentHistoryResponse>SdoPayment. getPaymentHistoryWithHttpInfo(BigDecimal historyId)결제 히스토리 상세 조회Method parameters in io.sendon.api with type arguments of type GetPaymentHistoryResponse Modifier and Type Method Description okhttp3.CallSdoPayment. getPaymentHistoryAsync(BigDecimal historyId, ApiCallback<GetPaymentHistoryResponse> _callback)결제 히스토리 상세 조회 (asynchronously) -
Uses of GetPaymentHistoryResponse in io.sendon.model
Methods in io.sendon.model that return GetPaymentHistoryResponse Modifier and Type Method Description GetPaymentHistoryResponseGetPaymentHistoryResponse. code(BigDecimal code)GetPaymentHistoryResponseGetPaymentHistoryResponse. data(GetPaymentHistoryResponseData data)static GetPaymentHistoryResponseGetPaymentHistoryResponse. fromJson(String jsonString)Create an instance of GetPaymentHistoryResponse given an JSON stringGetPaymentHistoryResponseGetPaymentHistoryResponse. message(String message)
-