Uses of Class
io.trippay.sdk.payment.model.PageAccount
Packages that use PageAccount
-
Uses of PageAccount in io.trippay.sdk.payment.api
Methods in io.trippay.sdk.payment.api that return types with arguments of type PageAccountModifier and TypeMethodDescriptionreactor.core.publisher.Mono<PageAccount> AccountApi.loadAccountGridForAuthenticatedUser(State state, String winkVersion) Show Account Grid for User Load account grid for authenticated userreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<PageAccount>> AccountApi.loadAccountGridForAuthenticatedUserWithHttpInfo(State state, String winkVersion) Show Account Grid for User Load account grid for authenticated user -
Uses of PageAccount in io.trippay.sdk.payment.model
Methods in io.trippay.sdk.payment.model that return PageAccountModifier and TypeMethodDescriptionPageAccount.addContentItem(Account contentItem) PageAccount.addSortItem(SortObject sortItem) PageAccount.numberOfElements(Integer numberOfElements) PageAccount.pageable(PageableObject pageable) PageAccount.sort(List<SortObject> sort) PageAccount.totalElements(Long totalElements) PageAccount.totalPages(Integer totalPages)