-
Methods in dev.vality.anapi.v2.api that return types with arguments of type InlineResponse20014
| Modifier and Type |
Method |
Description |
default org.springframework.http.ResponseEntity<InlineResponse20014> |
ReportsApi.searchReports(String xRequestID,
@NotNull @Size(min=1,max=40) @Valid String partyID,
@NotNull @Valid OffsetDateTime fromTime,
@NotNull @Valid OffsetDateTime toTime,
@NotNull @Min(1L) @Max(1000L) @Valid Integer limit,
@NotNull @Valid List<String> reportTypes,
String xRequestDeadline,
@Size(min=1,max=40) @Valid String shopID,
@Valid String paymentInstitutionRealm,
@Valid String continuationToken) |
GET /reports : Получить список отчетов по данному магазину за период
Получить список отчетов по данному магазину за период
|
default org.springframework.http.ResponseEntity<InlineResponse20014> |
ReportsApiDelegate.searchReports(String xRequestID,
String partyID,
OffsetDateTime fromTime,
OffsetDateTime toTime,
Integer limit,
List<String> reportTypes,
String xRequestDeadline,
String shopID,
String paymentInstitutionRealm,
String continuationToken) |
GET /reports : Получить список отчетов по данному магазину за период
Получить список отчетов по данному магазину за период
|
-