@Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen", date="2020-10-06T09:15:54.528Z[UTC]") public interface FintechRetrieveAllSinglePaymentsApi
| Modifier and Type | Field and Description |
|---|---|
static org.slf4j.Logger |
log |
| Modifier and Type | Method and Description |
|---|---|
default org.springframework.http.ResponseEntity<List<PaymentInitiationWithStatusResponse>> |
_retrieveAllSinglePayments(String bankId,
String accountId,
UUID xRequestID,
String X_XSRF_TOKEN) |
default Optional<String> |
getAcceptHeader() |
default Optional<com.fasterxml.jackson.databind.ObjectMapper> |
getObjectMapper() |
default Optional<javax.servlet.http.HttpServletRequest> |
getRequest() |
default org.springframework.http.ResponseEntity<List<PaymentInitiationWithStatusResponse>> |
retrieveAllSinglePayments(String bankId,
String accountId,
UUID xRequestID,
String X_XSRF_TOKEN) |
default Optional<com.fasterxml.jackson.databind.ObjectMapper> getObjectMapper()
default Optional<javax.servlet.http.HttpServletRequest> getRequest()
@RequestMapping(value="/v1/pis/banks/{bank-id}/accounts/{account-id}/payments/single",
produces="application/json",
method=GET)
default org.springframework.http.ResponseEntity<List<PaymentInitiationWithStatusResponse>> _retrieveAllSinglePayments(@PathVariable(value="bank-id")
String bankId,
@PathVariable(value="account-id")
String accountId,
@RequestHeader(value="X-Request-ID",required=true)
UUID xRequestID,
@RequestHeader(value="X-XSRF-TOKEN",required=true)
String X_XSRF_TOKEN)
Copyright © 2020. All rights reserved.