Uses of Class
travel.wink.sdk.payment.acquiring.model.PricedSupplierContract
Packages that use PricedSupplierContract
-
Uses of PricedSupplierContract in travel.wink.sdk.payment.acquiring.model
Methods in travel.wink.sdk.payment.acquiring.model that return PricedSupplierContractModifier and TypeMethodDescriptionPricedSupplierContract.displayPriceQuote(QuoteData displayPriceQuote) PricedSupplierContract.externalTransactionIdentifier(String externalTransactionIdentifier) PricedSupplierContract.internalPriceQuote(QuoteData internalPriceQuote) PricedSupplierContract.supplierPriceQuote(QuoteData supplierPriceQuote) PricedSupplierContract.totalDisplayPrice(Moneys totalDisplayPrice) PricedSupplierContract.totalInternalPrice(Moneys totalInternalPrice) PricedSupplierContract.totalPrice(Moneys totalPrice) PricedSupplierContract.totalSupplierPrice(Moneys totalSupplierPrice) Methods in travel.wink.sdk.payment.acquiring.model that return types with arguments of type PricedSupplierContractModifier and TypeMethodDescription@NotNull @Valid @Size(min=1,max=2147483647) List<PricedSupplierContract>PricedBookingContract.getContractList()Get contractListMethods in travel.wink.sdk.payment.acquiring.model with parameters of type PricedSupplierContractModifier and TypeMethodDescriptionPricedBookingContract.addContractListItem(PricedSupplierContract contractListItem) Method parameters in travel.wink.sdk.payment.acquiring.model with type arguments of type PricedSupplierContractModifier and TypeMethodDescriptionPricedBookingContract.contractList(List<PricedSupplierContract> contractList) voidPricedBookingContract.setContractList(List<PricedSupplierContract> contractList)