-
Methods in dev.vality.anapi.v2.api that return types with arguments of type InlineResponse20010
| Modifier and Type |
Method |
Description |
default org.springframework.http.ResponseEntity<InlineResponse20010> |
RefundsApi.searchRefunds(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,
String xRequestDeadline,
@Size(min=1,max=40) @Valid String shopID,
@Valid List<String> shopIDs,
@Valid String paymentInstitutionRealm,
@Size(min=1,max=40) @Valid String invoiceID,
@Valid List<String> invoiceIDs,
@Size(min=1,max=40) @Valid String paymentID,
@Size(min=1,max=40) @Valid String refundID,
@Valid String refundStatus,
@Size(min=1,max=40) @Valid String externalID,
@Valid String continuationToken) |
GET /refunds : Поиск возвратов
Поиск возвратов
|
default org.springframework.http.ResponseEntity<InlineResponse20010> |
RefundsApiDelegate.searchRefunds(String xRequestID,
String partyID,
OffsetDateTime fromTime,
OffsetDateTime toTime,
Integer limit,
String xRequestDeadline,
String shopID,
List<String> shopIDs,
String paymentInstitutionRealm,
String invoiceID,
List<String> invoiceIDs,
String paymentID,
String refundID,
String refundStatus,
String externalID,
String continuationToken) |
GET /refunds : Поиск возвратов
Поиск возвратов
|
-