Uses of Class
io.trippay.sdk.payment.model.BeneficiaryAggregateData
Packages that use BeneficiaryAggregateData
-
Uses of BeneficiaryAggregateData in io.trippay.sdk.payment.api
Methods in io.trippay.sdk.payment.api that return types with arguments of type BeneficiaryAggregateDataModifier and TypeMethodDescriptionreactor.core.publisher.Flux<BeneficiaryAggregateData>ContractApi.showAggregateBookingContractData(String type, String winkVersion) 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 winkVersion) 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 winkVersion) reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<BeneficiaryAggregateData>>>ContractApi.showAggregateBookingContractDataWithHttpInfo(String type, String winkVersion) -
Uses of BeneficiaryAggregateData in io.trippay.sdk.payment.model
Methods in io.trippay.sdk.payment.model that return BeneficiaryAggregateDataModifier and TypeMethodDescriptionBeneficiaryAggregateData.accountIdentifier(UUID accountIdentifier) BeneficiaryAggregateData.accountName(String accountName) BeneficiaryAggregateData.totalItemsSold(Long totalItemsSold) BeneficiaryAggregateData.type(BeneficiaryAggregateData.TypeEnum type)