Uses of Class
io.trippay.sdk.payment.model.PricedSupplierContractItem
Packages that use PricedSupplierContractItem
-
Uses of PricedSupplierContractItem in io.trippay.sdk.payment.model
Methods in io.trippay.sdk.payment.model that return PricedSupplierContractItemModifier and TypeMethodDescriptionPricedSupplierContractItem.addBeneficiaryListItem(RawBeneficiary beneficiaryListItem) PricedSupplierContractItem.addDailyRateListItem(PricedDailyRate dailyRateListItem) PricedSupplierContractItem.beneficiaryList(List<RawBeneficiary> beneficiaryList) PricedSupplierContractItem.dailyRateList(List<PricedDailyRate> dailyRateList) PricedSupplierContractItem.descriptionInEnglish(String descriptionInEnglish) PricedSupplierContractItem.displayPrice(CustomMonetaryAmount displayPrice) PricedSupplierContractItem.externalIdentifier(String externalIdentifier) PricedSupplierContractItem.internalPrice(CustomMonetaryAmount internalPrice) PricedSupplierContractItem.nameInEnglish(String nameInEnglish) PricedSupplierContractItem.payable(PricedSupplierContractItem.PayableEnum payable) PricedSupplierContractItem.perUseQuantity(Integer perUseQuantity) PricedSupplierContractItem.policy(SupplierContractItemPolicy policy) PricedSupplierContractItem.price(CustomMonetaryAmount price) PricedSupplierContractItem.pricingType(PricedSupplierContractItem.PricingTypeEnum pricingType) PricedSupplierContractItem.putMetadataItem(String key, String metadataItem) PricedSupplierContractItem.supplierPrice(CustomMonetaryAmount supplierPrice) PricedSupplierContractItem.totalDisplayPrice(CustomMonetaryAmount totalDisplayPrice) PricedSupplierContractItem.totalInternalPrice(CustomMonetaryAmount totalInternalPrice) PricedSupplierContractItem.totalPrice(CustomMonetaryAmount totalPrice) PricedSupplierContractItem.totalSupplierPrice(CustomMonetaryAmount totalSupplierPrice) PricedSupplierContractItem.type(PricedSupplierContractItem.TypeEnum type) Methods in io.trippay.sdk.payment.model that return types with arguments of type PricedSupplierContractItemModifier and TypeMethodDescription@Valid @Size(min=1,max=2147483647) List<PricedSupplierContractItem>PricedSupplierContract.getItemList()Get itemListConstructor parameters in io.trippay.sdk.payment.model with type arguments of type PricedSupplierContractItem