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