Uses of Class
io.trippay.sdk.payment.model.BookingContractGridResponse
Packages that use BookingContractGridResponse
-
Uses of BookingContractGridResponse in io.trippay.sdk.payment.api
Methods in io.trippay.sdk.payment.api that return types with arguments of type BookingContractGridResponseModifier and TypeMethodDescriptionreactor.core.publisher.Mono<BookingContractGridResponse>ContractApi.showContractGrid(String state, Integer page, Integer size, String winkVersion) Retrieve contract grid Returns booking contracts for account identifier.reactor.core.publisher.Mono<BookingContractGridResponse>ContractApi.showContractGrid1(String accountIdentifier, String state, Integer page, Integer size, String winkVersion) Retrieve contract grid Returns booking contracts for account identifier.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<BookingContractGridResponse>>ContractApi.showContractGrid1WithHttpInfo(String accountIdentifier, String state, Integer page, Integer size, String winkVersion) reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<BookingContractGridResponse>>ContractApi.showContractGridWithHttpInfo(String state, Integer page, Integer size, String winkVersion) -
Uses of BookingContractGridResponse in io.trippay.sdk.payment.model
Methods in io.trippay.sdk.payment.model that return BookingContractGridResponseModifier and TypeMethodDescriptionBookingContractGridResponse.page(PageBookingContract page) BookingContractGridResponse.totalFunds(TotalAggregateFunds totalFunds)