Uses of Class
travel.wink.sdk.extranet.model.InvoiceCollection
Packages that use InvoiceCollection
-
Uses of InvoiceCollection in travel.wink.sdk.extranet.api
Methods in travel.wink.sdk.extranet.api that return types with arguments of type InvoiceCollectionModifier and TypeMethodDescriptionreactor.core.publisher.Mono<InvoiceCollection>InvoiceApi.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>>InvoiceApi.showInvoicesForCustomerWithHttpInfo(String hotelIdentifier, String customerIdentifier, String winkVersion) reactor.core.publisher.Flux<InvoiceCollection>InvoiceApi.showInvoicesForHotel(String hotelIdentifier, String winkVersion) Show Subscription Invoices Retrieve all all subscription invoices for property.reactor.core.publisher.Mono<InvoiceCollection>InvoiceApi.showInvoicesForHotelCustomer(String hotelIdentifier, String winkVersion) Show Property Invoices Retrieve all invoices for property.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<InvoiceCollection>>InvoiceApi.showInvoicesForHotelCustomerWithHttpInfo(String hotelIdentifier, String winkVersion) reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<InvoiceCollection>>>InvoiceApi.showInvoicesForHotelWithHttpInfo(String hotelIdentifier, String winkVersion) reactor.core.publisher.Mono<InvoiceCollection>InvoiceApi.showInvoicesForSubscription(String hotelIdentifier, String subscriptionIdentifier, String winkVersion) Show Invoices Retrieve all invoices for a specific subscriptionreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<InvoiceCollection>>InvoiceApi.showInvoicesForSubscriptionWithHttpInfo(String hotelIdentifier, String subscriptionIdentifier, String winkVersion) -
Uses of InvoiceCollection in travel.wink.sdk.extranet.model
Methods in travel.wink.sdk.extranet.model that return InvoiceCollection