Uses of Class
io.trippay.sdk.payment.model.PayableContract
Packages that use PayableContract
-
Uses of PayableContract in io.trippay.sdk.payment.api
Methods in io.trippay.sdk.payment.api that return types with arguments of type PayableContractModifier and TypeMethodDescriptionreactor.core.publisher.Mono<PayableContract> ContractApi.showPayableContracts(String transientContractIdentifier, String currency, String winkVersion, String accept) Load payable contracts Returns a transient contract based on specified identifier.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<PayableContract>> ContractApi.showPayableContractsWithHttpInfo(String transientContractIdentifier, String currency, String winkVersion, String accept) Load payable contracts Returns a transient contract based on specified identifier. -
Uses of PayableContract in io.trippay.sdk.payment.model
Methods in io.trippay.sdk.payment.model that return PayableContractModifier and TypeMethodDescriptionPayableContract.acquirerList(List<Acquirer> acquirerList) PayableContract.addAcquirerListItem(Acquirer acquirerListItem) PayableContract.affiliate(AffiliateInformation affiliate) PayableContract.contract(PricedSupplierContractWithAcquirer contract) PayableContract.createdDate(LocalDateTime createdDate) PayableContract.displayCurrency(String displayCurrency) PayableContract.instant(LocalDateTime instant) PayableContract.lastUpdate(LocalDateTime lastUpdate) PayableContract.putMetadataItem(String key, String metadataItem) PayableContract.redirectUrl(String redirectUrl)