Uses of Class
io.trippay.sdk.payment.model.TotalAggregateFunds
Packages that use TotalAggregateFunds
-
Uses of TotalAggregateFunds in io.trippay.sdk.payment.api
Methods in io.trippay.sdk.payment.api that return types with arguments of type TotalAggregateFundsModifier and TypeMethodDescriptionreactor.core.publisher.Mono<TotalAggregateFunds> ContractApi.showContractFunds(String accountIdentifier, String state, Boolean accountFundsOnly, String winkVersion, String accept) Retrieve contract funds Returns booking contract funds for account identifier.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<TotalAggregateFunds>> ContractApi.showContractFundsWithHttpInfo(String accountIdentifier, String state, Boolean accountFundsOnly, String winkVersion, String accept) Retrieve contract funds Returns booking contract funds for account identifier. -
Uses of TotalAggregateFunds in io.trippay.sdk.payment.model
Methods in io.trippay.sdk.payment.model that return TotalAggregateFundsModifier and TypeMethodDescriptionTotalAggregateFunds.captureAmount(BigDecimal captureAmount) TotalAggregateFunds.captureCurrency(String captureCurrency) TotalAggregateFunds.displayAmount(BigDecimal displayAmount) TotalAggregateFunds.displayCurrency(String displayCurrency) @NotNull @Valid TotalAggregateFundsBookingContractGridResponse.getTotalFunds()Get totalFundsTotalAggregateFunds.internalAmount(BigDecimal internalAmount) TotalAggregateFunds.internalCurrency(String internalCurrency) TotalAggregateFunds.sourceAmount(BigDecimal sourceAmount) TotalAggregateFunds.sourceCurrency(String sourceCurrency) TotalAggregateFunds.supplierAmount(BigDecimal supplierAmount) TotalAggregateFunds.supplierCurrency(String supplierCurrency) Methods in io.trippay.sdk.payment.model with parameters of type TotalAggregateFundsModifier and TypeMethodDescriptionvoidBookingContractGridResponse.setTotalFunds(TotalAggregateFunds totalFunds) BookingContractGridResponse.totalFunds(TotalAggregateFunds totalFunds)