Uses of Class
travel.wink.sdk.payment.model.BeneficiaryAggregateData
Packages that use BeneficiaryAggregateData
-
Uses of BeneficiaryAggregateData in travel.wink.sdk.payment.api
Methods in travel.wink.sdk.payment.api that return types with arguments of type BeneficiaryAggregateDataModifier and TypeMethodDescriptionreactor.core.publisher.Flux<BeneficiaryAggregateData>ContractApi.showAggregateBookingContractData(String type, String accept) Retrieve aggregate beneficiary data Returns aggregate contract data this account identifier has participated in.reactor.core.publisher.Flux<BeneficiaryAggregateData>ContractApi.showAggregateBookingContractData1(String accountIdentifier, String type, String accept) Retrieve aggregate beneficiary data Returns aggregate contract data this account identifier has participated in.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<BeneficiaryAggregateData>>>ContractApi.showAggregateBookingContractData1WithHttpInfo(String accountIdentifier, String type, String accept) reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<BeneficiaryAggregateData>>>ContractApi.showAggregateBookingContractDataWithHttpInfo(String type, String accept) -
Uses of BeneficiaryAggregateData in travel.wink.sdk.payment.model
Methods in travel.wink.sdk.payment.model that return BeneficiaryAggregateDataModifier and TypeMethodDescriptionBeneficiaryAggregateData.accountIdentifier(UUID accountIdentifier) BeneficiaryAggregateData.accountName(String accountName) BeneficiaryAggregateData.totalItemsSold(Long totalItemsSold) BeneficiaryAggregateData.type(BeneficiaryAggregateData.TypeEnum type)