-
Methods in dev.vality.anapi.v2.api that return types with arguments of type InlineResponse2002
| Modifier and Type |
Method |
Description |
default org.springframework.http.ResponseEntity<InlineResponse2002> |
AnalyticsApi.getPaymentsErrorDistribution(String xRequestID,
@NotNull @Size(min=1,max=40) @Valid String partyID,
@NotNull @Valid OffsetDateTime fromTime,
@NotNull @Valid OffsetDateTime toTime,
String xRequestDeadline,
@Valid List<String> shopIDs,
@Valid List<String> excludeShopIDs,
@Valid String paymentInstitutionRealm) |
GET /analytics/payments/errors : Получение распределения ошибок
Получение распределения ошибок
|
default org.springframework.http.ResponseEntity<InlineResponse2002> |
AnalyticsApiDelegate.getPaymentsErrorDistribution(String xRequestID,
String partyID,
OffsetDateTime fromTime,
OffsetDateTime toTime,
String xRequestDeadline,
List<String> shopIDs,
List<String> excludeShopIDs,
String paymentInstitutionRealm) |
GET /analytics/payments/errors : Получение распределения ошибок
Получение распределения ошибок
|
-