Uses of Class
travel.wink.sdk.affiliate.model.CompanyView
Packages that use CompanyView
-
Uses of CompanyView in travel.wink.sdk.affiliate.api
Methods in travel.wink.sdk.affiliate.api that return types with arguments of type CompanyViewModifier and TypeMethodDescriptionreactor.core.publisher.Mono<CompanyView>CompanyApi.addCompanyUser(String companyIdentifier, AddManagerRequest addManagerRequest) Add Manager Associate an existing platform user with this company.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<CompanyView>>CompanyApi.addCompanyUserWithHttpInfo(String companyIdentifier, AddManagerRequest addManagerRequest) reactor.core.publisher.Mono<CompanyView>CompanyApi.createCompany(UpsertCompanyRequest upsertCompanyRequest) Create Company Create a new companyreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<CompanyView>>CompanyApi.createCompanyWithHttpInfo(UpsertCompanyRequest upsertCompanyRequest) reactor.core.publisher.Mono<CompanyView>CompanyApi.onboardToKYCPath(String companyIdentifier) Begin verification KYC required for accounts in U.S..reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<CompanyView>>CompanyApi.onboardToKYCPathWithHttpInfo(String companyIdentifier) reactor.core.publisher.Mono<CompanyView>CompanyApi.removeCompanyUser(String companyIdentifier, String userIdentifier, String accept) Remove Manager Disassociate user from this company.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<CompanyView>>CompanyApi.removeCompanyUserWithHttpInfo(String companyIdentifier, String userIdentifier, String accept) reactor.core.publisher.Flux<CompanyView>CompanyApi.showCompanies(String accept) Show Companies List all companies owned by callerreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<CompanyView>>>CompanyApi.showCompaniesWithHttpInfo(String accept) reactor.core.publisher.Mono<CompanyView>CompanyApi.showCompany(String companyIdentifier, String accept) Show Company Retrieve company by identifierreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<CompanyView>>CompanyApi.showCompanyWithHttpInfo(String companyIdentifier, String accept) reactor.core.publisher.Mono<CompanyView>CompanyApi.updateCompany(String companyIdentifier, UpsertCompanyRequest upsertCompanyRequest) Update Company Update an existing companyreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<CompanyView>>CompanyApi.updateCompanyWithHttpInfo(String companyIdentifier, UpsertCompanyRequest upsertCompanyRequest) -
Uses of CompanyView in travel.wink.sdk.affiliate.model
Methods in travel.wink.sdk.affiliate.model that return CompanyView