Uses of Class
travel.wink.sdk.payment.acquiring.model.PricedSupplierContractItem
Packages that use PricedSupplierContractItem
-
Uses of PricedSupplierContractItem in travel.wink.sdk.payment.acquiring.model
Methods in travel.wink.sdk.payment.acquiring.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(Moneys displayPrice) PricedSupplierContractItem.externalIdentifier(String externalIdentifier) PricedSupplierContractItem.internalPrice(Moneys internalPrice) PricedSupplierContractItem.nameInEnglish(String nameInEnglish) PricedSupplierContractItem.payable(PricedSupplierContractItem.PayableEnum payable) PricedSupplierContractItem.perUseQuantity(Integer perUseQuantity) PricedSupplierContractItem.policy(SupplierContractItemPolicy policy) PricedSupplierContractItem.pricingType(PricedSupplierContractItem.PricingTypeEnum pricingType) PricedSupplierContractItem.supplierPrice(Moneys supplierPrice) PricedSupplierContractItem.totalDisplayPrice(Moneys totalDisplayPrice) PricedSupplierContractItem.totalInternalPrice(Moneys totalInternalPrice) PricedSupplierContractItem.totalPrice(Moneys totalPrice) PricedSupplierContractItem.totalSupplierPrice(Moneys totalSupplierPrice) PricedSupplierContractItem.type(PricedSupplierContractItem.TypeEnum type) PricedSupplierContractItem.user(BookingUser user) Methods in travel.wink.sdk.payment.acquiring.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 travel.wink.sdk.payment.acquiring.model with type arguments of type PricedSupplierContractItem