Uses of Class
io.trippay.sdk.payment.model.PricedSupplierContract
Packages that use PricedSupplierContract
-
Uses of PricedSupplierContract in io.trippay.sdk.payment.model
Methods in io.trippay.sdk.payment.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.federatedOrganizationIdentifier(String federatedOrganizationIdentifier) PricedSupplierContract.federatedOrganizationName(String federatedOrganizationName) PricedSupplierContract.identifier(UUID identifier) PricedSupplierContract.internalPriceQuote(Quote internalPriceQuote) PricedSupplierContract.putMetadataItem(String key, String metadataItem) PricedSupplierContract.supplierIdentifier(UUID supplierIdentifier) PricedSupplierContract.supplierName(String supplierName) PricedSupplierContract.supplierPriceQuote(Quote supplierPriceQuote) PricedSupplierContract.totalDisplayPrice(CustomMonetaryAmount totalDisplayPrice) PricedSupplierContract.totalInternalPrice(CustomMonetaryAmount totalInternalPrice) PricedSupplierContract.totalPrice(CustomMonetaryAmount totalPrice) PricedSupplierContract.totalSupplierPrice(CustomMonetaryAmount totalSupplierPrice) PricedSupplierContract.user(AuthenticatedUser user) Methods in io.trippay.sdk.payment.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 io.trippay.sdk.payment.model with parameters of type PricedSupplierContractModifier and TypeMethodDescriptionPricedBookingContract.addContractListItem(PricedSupplierContract contractListItem) Method parameters in io.trippay.sdk.payment.model with type arguments of type PricedSupplierContractModifier and TypeMethodDescriptionPricedBookingContract.contractList(List<PricedSupplierContract> contractList) voidPricedBookingContract.setContractList(List<PricedSupplierContract> contractList)