Uses of Class
io.trippay.sdk.payment.acquiring.model.PriceSupplierContractWithAcquirerRequest
Packages that use PriceSupplierContractWithAcquirerRequest
-
Uses of PriceSupplierContractWithAcquirerRequest in io.trippay.sdk.payment.acquiring.api
Methods in io.trippay.sdk.payment.acquiring.api with parameters of type PriceSupplierContractWithAcquirerRequestModifier and TypeMethodDescriptionreactor.core.publisher.Mono<PriceSupplierContractWithAcquirerResponse>ContractApi.price(PriceSupplierContractWithAcquirerRequest priceSupplierContractWithAcquirerRequest, String winkVersion) Price acquirer contract Displays booking contract in requested display quote as well as the selected acquirer's currencyreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<PriceSupplierContractWithAcquirerResponse>>ContractApi.priceWithHttpInfo(PriceSupplierContractWithAcquirerRequest priceSupplierContractWithAcquirerRequest, String winkVersion) Price acquirer contract Displays booking contract in requested display quote as well as the selected acquirer's currencyorg.springframework.web.reactive.function.client.WebClient.ResponseSpecContractApi.priceWithResponseSpec(PriceSupplierContractWithAcquirerRequest priceSupplierContractWithAcquirerRequest, String winkVersion) Price acquirer contract Displays booking contract in requested display quote as well as the selected acquirer's currency -
Uses of PriceSupplierContractWithAcquirerRequest in io.trippay.sdk.payment.acquiring.model
Methods in io.trippay.sdk.payment.acquiring.model that return PriceSupplierContractWithAcquirerRequestModifier and TypeMethodDescriptionPriceSupplierContractWithAcquirerRequest.acquirerIdentifier(String acquirerIdentifier) PriceSupplierContractWithAcquirerRequest.affiliateAccountIdentifier(UUID affiliateAccountIdentifier) PriceSupplierContractWithAcquirerRequest.affiliateAccountIdentifierType(PriceSupplierContractWithAcquirerRequest.AffiliateAccountIdentifierTypeEnum affiliateAccountIdentifierType) PriceSupplierContractWithAcquirerRequest.contract(RawSupplierContract contract) PriceSupplierContractWithAcquirerRequest.displayCurrency(String displayCurrency)