-
Methods in dev.vality.anapi.v2.api that return types with arguments of type InlineResponse2008
| Modifier and Type |
Method |
Description |
default org.springframework.http.ResponseEntity<InlineResponse2008> |
InvoicesApi.searchInvoices(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,
@Valid String invoiceStatus,
@Min(1L) @Valid Long invoiceAmountFrom,
@Min(1L) @Valid Long invoiceAmountTo,
@Size(min=1,max=40) @Valid String externalID,
@Valid String continuationToken) |
GET /invoices : Поиск инвойсов
Поиск инвойсов
|
default org.springframework.http.ResponseEntity<InlineResponse2008> |
InvoicesApiDelegate.searchInvoices(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 invoiceStatus,
Long invoiceAmountFrom,
Long invoiceAmountTo,
String externalID,
String continuationToken) |
GET /invoices : Поиск инвойсов
Поиск инвойсов
|
-