Uses of Class
io.trippay.sdk.payment.model.PayableContractResponse
Packages that use PayableContractResponse
-
Uses of PayableContractResponse in io.trippay.sdk.payment.api
Methods in io.trippay.sdk.payment.api that return types with arguments of type PayableContractResponseModifier and TypeMethodDescriptionreactor.core.publisher.Flux<PayableContractResponse> ContractApi.createPayableContracts(PayableContractRequest payableContractRequest, String winkVersion) Create payable contracts Returns a list of contracts that can be used alongside payment widget to initiate a payment.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<PayableContractResponse>>> ContractApi.createPayableContractsWithHttpInfo(PayableContractRequest payableContractRequest, String winkVersion) Create payable contracts Returns a list of contracts that can be used alongside payment widget to initiate a payment. -
Uses of PayableContractResponse in io.trippay.sdk.payment.model
Methods in io.trippay.sdk.payment.model that return PayableContractResponseModifier and TypeMethodDescriptionPayableContractResponse.externalSupplierBookingCode(String externalSupplierBookingCode) PayableContractResponse.externalSupplierIdentifier(String externalSupplierIdentifier) PayableContractResponse.externalTransactionIdentifier(String externalTransactionIdentifier) PayableContractResponse.supplierContractIdentifier(UUID supplierContractIdentifier) PayableContractResponse.supplierIdentifier(UUID supplierIdentifier) PayableContractResponse.supplierName(String supplierName) PayableContractResponse.totalCapturePrice(CustomMonetaryAmount totalCapturePrice) PayableContractResponse.totalDisplayPrice(CustomMonetaryAmount totalDisplayPrice) PayableContractResponse.totalInternalPrice(CustomMonetaryAmount totalInternalPrice) PayableContractResponse.totalPrice(CustomMonetaryAmount totalPrice) PayableContractResponse.totalSupplierPrice(CustomMonetaryAmount totalSupplierPrice)