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.acquirerList(List<Acquirer> acquirerList) PricedSupplierContract.addAcquirerListItem(Acquirer acquirerListItem) PricedSupplierContract.displayPriceQuote(Quote displayPriceQuote) PricedSupplierContract.externalSupplierBookingCode(String externalSupplierBookingCode) PricedSupplierContract.externalSupplierIdentifier(String externalSupplierIdentifier) PricedSupplierContract.externalTransactionIdentifier(String externalTransactionIdentifier) PricedSupplierContract.identifier(UUID identifier) PricedSupplierContract.internalPriceQuote(Quote internalPriceQuote) PricedSupplierContract.supplierIdentifier(UUID supplierIdentifier) PricedSupplierContract.supplierName(String supplierName) PricedSupplierContract.supplierPriceQuote(Quote 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)