Class InvoiceApi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetApiClient(ApiClient apiClient) reactor.core.publisher.Mono<InvoiceCollection>showInvoicesForCustomer(String hotelIdentifier, String customerIdentifier, String winkVersion) Show Customer Invoices Retrieve invoices for a particular customer.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<InvoiceCollection>>showInvoicesForCustomerWithHttpInfo(String hotelIdentifier, String customerIdentifier, String winkVersion) reactor.core.publisher.Flux<InvoiceCollection>showInvoicesForHotel(String hotelIdentifier, String winkVersion) Show Subscription Invoices Retrieve all all subscription invoices for property.reactor.core.publisher.Mono<InvoiceCollection>showInvoicesForHotelCustomer(String hotelIdentifier, String winkVersion) Show Property Invoices Retrieve all invoices for property.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<InvoiceCollection>>showInvoicesForHotelCustomerWithHttpInfo(String hotelIdentifier, String winkVersion) reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<InvoiceCollection>>>showInvoicesForHotelWithHttpInfo(String hotelIdentifier, String winkVersion) reactor.core.publisher.Mono<InvoiceCollection>showInvoicesForSubscription(String hotelIdentifier, String subscriptionIdentifier, String winkVersion) Show Invoices Retrieve all invoices for a specific subscriptionreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<InvoiceCollection>>showInvoicesForSubscriptionWithHttpInfo(String hotelIdentifier, String subscriptionIdentifier, String winkVersion)
-
Constructor Details
-
InvoiceApi
public InvoiceApi() -
InvoiceApi
-
-
Method Details
-
getApiClient
-
setApiClient
-
showInvoicesForCustomer
public reactor.core.publisher.Mono<InvoiceCollection> 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
400 - Bad Request
405 - Method Not Allowed
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:
- InvoiceCollection
- 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<InvoiceCollection>> showInvoicesForCustomerWithHttpInfo(String hotelIdentifier, String customerIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException - Throws:
org.springframework.web.reactive.function.client.WebClientResponseException
-
showInvoicesForHotel
public reactor.core.publisher.Flux<InvoiceCollection> 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
400 - Bad Request
405 - Method Not Allowed
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<InvoiceCollection>
- 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<InvoiceCollection>>> showInvoicesForHotelWithHttpInfo(String hotelIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException - Throws:
org.springframework.web.reactive.function.client.WebClientResponseException
-
showInvoicesForHotelCustomer
public reactor.core.publisher.Mono<InvoiceCollection> showInvoicesForHotelCustomer(String hotelIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Property Invoices Retrieve all invoices for property.503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
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:
- InvoiceCollection
- 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<InvoiceCollection>> showInvoicesForHotelCustomerWithHttpInfo(String hotelIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException - Throws:
org.springframework.web.reactive.function.client.WebClientResponseException
-
showInvoicesForSubscription
public reactor.core.publisher.Mono<InvoiceCollection> 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
400 - Bad Request
405 - Method Not Allowed
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:
- InvoiceCollection
- 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<InvoiceCollection>> showInvoicesForSubscriptionWithHttpInfo(String hotelIdentifier, String subscriptionIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException - Throws:
org.springframework.web.reactive.function.client.WebClientResponseException
-