Class InvoiceApi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetApiClient(ApiClient apiClient) reactor.core.publisher.Mono<InvoiceCollection>showInvoicesForCustomer(String hotelIdentifier, String customerIdentifier, String accept) Show Customer Invoices Retrieve invoices for a particular customer.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<InvoiceCollection>>showInvoicesForCustomerWithHttpInfo(String hotelIdentifier, String customerIdentifier, String accept) reactor.core.publisher.Flux<InvoiceCollection>showInvoicesForHotel(String hotelIdentifier, String accept) Show Subscription Invoices Retrieve all all subscription invoices for property.reactor.core.publisher.Mono<InvoiceCollection>showInvoicesForHotelCustomer(String hotelIdentifier, String accept) Show Property Invoices Retrieve all invoices for property.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<InvoiceCollection>>showInvoicesForHotelCustomerWithHttpInfo(String hotelIdentifier, String accept) reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<InvoiceCollection>>>showInvoicesForHotelWithHttpInfo(String hotelIdentifier, String accept) reactor.core.publisher.Mono<InvoiceCollection>showInvoicesForSubscription(String hotelIdentifier, String subscriptionIdentifier, String accept) Show Invoices Retrieve all invoices for a specific subscriptionreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<InvoiceCollection>>showInvoicesForSubscriptionWithHttpInfo(String hotelIdentifier, String subscriptionIdentifier, String accept)
-
Constructor Details
-
InvoiceApi
public InvoiceApi() -
InvoiceApi
-
-
Method Details
-
getApiClient
-
setApiClient
-
showInvoicesForCustomer
public reactor.core.publisher.Mono<InvoiceCollection> showInvoicesForCustomer(String hotelIdentifier, String customerIdentifier, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Customer Invoices Retrieve invoices for a particular customer.400 - Bad Request
500 - Internal Server Error
404 - Not Found
503 - Service Unavailable
405 - Method Not Allowed
415 - Unsupported Media Type
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
hotelIdentifier- The hotelIdentifier parametercustomerIdentifier- The customerIdentifier parameteraccept- The accept 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 accept) 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 accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Subscription Invoices Retrieve all all subscription invoices for property.400 - Bad Request
500 - Internal Server Error
404 - Not Found
503 - Service Unavailable
405 - Method Not Allowed
415 - Unsupported Media Type
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
hotelIdentifier- The hotelIdentifier parameteraccept- The accept 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 accept) 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 accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Property Invoices Retrieve all invoices for property.400 - Bad Request
500 - Internal Server Error
404 - Not Found
503 - Service Unavailable
405 - Method Not Allowed
415 - Unsupported Media Type
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
hotelIdentifier- The hotelIdentifier parameteraccept- The accept 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 accept) 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 accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Invoices Retrieve all invoices for a specific subscription400 - Bad Request
500 - Internal Server Error
404 - Not Found
503 - Service Unavailable
405 - Method Not Allowed
415 - Unsupported Media Type
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
hotelIdentifier- The hotelIdentifier parametersubscriptionIdentifier- The subscriptionIdentifier parameteraccept- The accept 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 accept) throws org.springframework.web.reactive.function.client.WebClientResponseException - Throws:
org.springframework.web.reactive.function.client.WebClientResponseException
-