Class InvoiceApi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetApiClient(ApiClient apiClient) reactor.core.publisher.Mono<InvoiceCollectionSupplier>showInvoicesForCustomer(String hotelIdentifier, String customerIdentifier, String winkVersion) Show Customer Invoices Retrieve invoices for a particular customer.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<InvoiceCollectionSupplier>>showInvoicesForCustomerWithHttpInfo(String hotelIdentifier, String customerIdentifier, String winkVersion) Show Customer Invoices Retrieve invoices for a particular customer.org.springframework.web.reactive.function.client.WebClient.ResponseSpecshowInvoicesForCustomerWithResponseSpec(String hotelIdentifier, String customerIdentifier, String winkVersion) Show Customer Invoices Retrieve invoices for a particular customer.reactor.core.publisher.Flux<InvoiceCollectionSupplier>showInvoicesForHotel(String hotelIdentifier, String winkVersion) Show Subscription Invoices Retrieve all all subscription invoices for property.reactor.core.publisher.Mono<InvoiceCollectionSupplier>showInvoicesForHotelCustomer(String hotelIdentifier, String winkVersion) Show Property Invoices Retrieve all invoices for property.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<InvoiceCollectionSupplier>>showInvoicesForHotelCustomerWithHttpInfo(String hotelIdentifier, String winkVersion) Show Property Invoices Retrieve all invoices for property.org.springframework.web.reactive.function.client.WebClient.ResponseSpecshowInvoicesForHotelCustomerWithResponseSpec(String hotelIdentifier, String winkVersion) Show Property Invoices Retrieve all invoices for property.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<InvoiceCollectionSupplier>>>showInvoicesForHotelWithHttpInfo(String hotelIdentifier, String winkVersion) Show Subscription Invoices Retrieve all all subscription invoices for property.org.springframework.web.reactive.function.client.WebClient.ResponseSpecshowInvoicesForHotelWithResponseSpec(String hotelIdentifier, String winkVersion) Show Subscription Invoices Retrieve all all subscription invoices for property.reactor.core.publisher.Mono<InvoiceCollectionSupplier>showInvoicesForSubscription(String hotelIdentifier, String subscriptionIdentifier, String winkVersion) Show Invoices Retrieve all invoices for a specific subscriptionreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<InvoiceCollectionSupplier>>showInvoicesForSubscriptionWithHttpInfo(String hotelIdentifier, String subscriptionIdentifier, String winkVersion) Show Invoices Retrieve all invoices for a specific subscriptionorg.springframework.web.reactive.function.client.WebClient.ResponseSpecshowInvoicesForSubscriptionWithResponseSpec(String hotelIdentifier, String subscriptionIdentifier, String winkVersion) Show Invoices Retrieve all invoices for a specific subscription
-
Constructor Details
-
InvoiceApi
public InvoiceApi() -
InvoiceApi
-
-
Method Details
-
getApiClient
-
setApiClient
-
showInvoicesForCustomer
public reactor.core.publisher.Mono<InvoiceCollectionSupplier> showInvoicesForCustomer(String hotelIdentifier, String customerIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Customer Invoices Retrieve invoices for a particular customer.503 - Service Unavailable
405 - Method Not Allowed
400 - Bad Request
415 - Unsupported Media Type
500 - Internal Server Error
404 - Not Found
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
hotelIdentifier- The hotelIdentifier parametercustomerIdentifier- The customerIdentifier parameterwinkVersion- The winkVersion parameter- Returns:
- InvoiceCollectionSupplier
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showInvoicesForCustomerWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<InvoiceCollectionSupplier>> showInvoicesForCustomerWithHttpInfo(String hotelIdentifier, String customerIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Customer Invoices Retrieve invoices for a particular customer.503 - Service Unavailable
405 - Method Not Allowed
400 - Bad Request
415 - Unsupported Media Type
500 - Internal Server Error
404 - Not Found
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
hotelIdentifier- The hotelIdentifier parametercustomerIdentifier- The customerIdentifier parameterwinkVersion- The winkVersion parameter- Returns:
- ResponseEntity<InvoiceCollectionSupplier>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showInvoicesForCustomerWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec showInvoicesForCustomerWithResponseSpec(String hotelIdentifier, String customerIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Customer Invoices Retrieve invoices for a particular customer.503 - Service Unavailable
405 - Method Not Allowed
400 - Bad Request
415 - Unsupported Media Type
500 - Internal Server Error
404 - Not Found
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
hotelIdentifier- The hotelIdentifier parametercustomerIdentifier- The customerIdentifier parameterwinkVersion- The winkVersion parameter- Returns:
- ResponseSpec
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showInvoicesForHotel
public reactor.core.publisher.Flux<InvoiceCollectionSupplier> showInvoicesForHotel(String hotelIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Subscription Invoices Retrieve all all subscription invoices for property.503 - Service Unavailable
405 - Method Not Allowed
400 - Bad Request
415 - Unsupported Media Type
500 - Internal Server Error
404 - Not Found
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
hotelIdentifier- The hotelIdentifier parameterwinkVersion- The winkVersion parameter- Returns:
- List<InvoiceCollectionSupplier>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showInvoicesForHotelWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<InvoiceCollectionSupplier>>> showInvoicesForHotelWithHttpInfo(String hotelIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Subscription Invoices Retrieve all all subscription invoices for property.503 - Service Unavailable
405 - Method Not Allowed
400 - Bad Request
415 - Unsupported Media Type
500 - Internal Server Error
404 - Not Found
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
hotelIdentifier- The hotelIdentifier parameterwinkVersion- The winkVersion parameter- Returns:
- ResponseEntity<List<InvoiceCollectionSupplier>>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showInvoicesForHotelWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec showInvoicesForHotelWithResponseSpec(String hotelIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Subscription Invoices Retrieve all all subscription invoices for property.503 - Service Unavailable
405 - Method Not Allowed
400 - Bad Request
415 - Unsupported Media Type
500 - Internal Server Error
404 - Not Found
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
hotelIdentifier- The hotelIdentifier parameterwinkVersion- The winkVersion parameter- Returns:
- ResponseSpec
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showInvoicesForHotelCustomer
public reactor.core.publisher.Mono<InvoiceCollectionSupplier> showInvoicesForHotelCustomer(String hotelIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Property Invoices Retrieve all invoices for property.503 - Service Unavailable
405 - Method Not Allowed
400 - Bad Request
415 - Unsupported Media Type
500 - Internal Server Error
404 - Not Found
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
hotelIdentifier- The hotelIdentifier parameterwinkVersion- The winkVersion parameter- Returns:
- InvoiceCollectionSupplier
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showInvoicesForHotelCustomerWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<InvoiceCollectionSupplier>> showInvoicesForHotelCustomerWithHttpInfo(String hotelIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Property Invoices Retrieve all invoices for property.503 - Service Unavailable
405 - Method Not Allowed
400 - Bad Request
415 - Unsupported Media Type
500 - Internal Server Error
404 - Not Found
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
hotelIdentifier- The hotelIdentifier parameterwinkVersion- The winkVersion parameter- Returns:
- ResponseEntity<InvoiceCollectionSupplier>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showInvoicesForHotelCustomerWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec showInvoicesForHotelCustomerWithResponseSpec(String hotelIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Property Invoices Retrieve all invoices for property.503 - Service Unavailable
405 - Method Not Allowed
400 - Bad Request
415 - Unsupported Media Type
500 - Internal Server Error
404 - Not Found
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
hotelIdentifier- The hotelIdentifier parameterwinkVersion- The winkVersion parameter- Returns:
- ResponseSpec
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showInvoicesForSubscription
public reactor.core.publisher.Mono<InvoiceCollectionSupplier> showInvoicesForSubscription(String hotelIdentifier, String subscriptionIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Invoices Retrieve all invoices for a specific subscription503 - Service Unavailable
405 - Method Not Allowed
400 - Bad Request
415 - Unsupported Media Type
500 - Internal Server Error
404 - Not Found
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
hotelIdentifier- The hotelIdentifier parametersubscriptionIdentifier- The subscriptionIdentifier parameterwinkVersion- The winkVersion parameter- Returns:
- InvoiceCollectionSupplier
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showInvoicesForSubscriptionWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<InvoiceCollectionSupplier>> showInvoicesForSubscriptionWithHttpInfo(String hotelIdentifier, String subscriptionIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Invoices Retrieve all invoices for a specific subscription503 - Service Unavailable
405 - Method Not Allowed
400 - Bad Request
415 - Unsupported Media Type
500 - Internal Server Error
404 - Not Found
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
hotelIdentifier- The hotelIdentifier parametersubscriptionIdentifier- The subscriptionIdentifier parameterwinkVersion- The winkVersion parameter- Returns:
- ResponseEntity<InvoiceCollectionSupplier>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showInvoicesForSubscriptionWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec showInvoicesForSubscriptionWithResponseSpec(String hotelIdentifier, String subscriptionIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Invoices Retrieve all invoices for a specific subscription503 - Service Unavailable
405 - Method Not Allowed
400 - Bad Request
415 - Unsupported Media Type
500 - Internal Server Error
404 - Not Found
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
hotelIdentifier- The hotelIdentifier parametersubscriptionIdentifier- The subscriptionIdentifier parameterwinkVersion- The winkVersion parameter- Returns:
- ResponseSpec
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-