-
Methods in dev.vality.swag.analytics.api that return types with arguments of type InlineResponse2001
| Modifier and Type |
Method |
Description |
default org.springframework.http.ResponseEntity<InlineResponse2001> |
AnalyticsApi.getAveragePayment(String xRequestID,
String partyID,
OffsetDateTime fromTime,
OffsetDateTime toTime,
String xRequestDeadline,
List<String> shopIDs,
List<String> excludeShopIDs,
String paymentInstitutionRealm) |
|
default org.springframework.http.ResponseEntity<InlineResponse2001> |
AnalyticsApi.getCurrentBalances(String xRequestID,
String partyID,
String xRequestDeadline,
List<String> shopIDs,
List<String> excludeShopIDs,
String paymentInstitutionRealm) |
|
default org.springframework.http.ResponseEntity<InlineResponse2001> |
AnalyticsApi.getPaymentsAmount(String xRequestID,
String partyID,
OffsetDateTime fromTime,
OffsetDateTime toTime,
String xRequestDeadline,
List<String> shopIDs,
List<String> excludeShopIDs,
String paymentInstitutionRealm) |
|
default org.springframework.http.ResponseEntity<InlineResponse2001> |
AnalyticsApi.getRefundsAmount(String xRequestID,
String partyID,
OffsetDateTime fromTime,
OffsetDateTime toTime,
String xRequestDeadline,
List<String> shopIDs,
List<String> excludeShopIDs,
String paymentInstitutionRealm) |
|
-