Uses of Class
travel.wink.sdk.payment.model.RawSupplierContractItem
Packages that use RawSupplierContractItem
-
Uses of RawSupplierContractItem in travel.wink.sdk.payment.model
Methods in travel.wink.sdk.payment.model that return RawSupplierContractItemModifier and TypeMethodDescriptionRawSupplierContractItem.addBeneficiaryListItem(RawBeneficiary beneficiaryListItem) RawSupplierContractItem.addDailyRateListItem(RawDailyRate dailyRateListItem) RawSupplierContractItem.beneficiaryList(List<RawBeneficiary> beneficiaryList) RawSupplierContractItem.dailyRateList(List<RawDailyRate> dailyRateList) RawSupplierContractItem.descriptionInEnglish(String descriptionInEnglish) RawSupplierContractItem.externalIdentifier(String externalIdentifier) RawSupplierContractItem.nameInEnglish(String nameInEnglish) RawSupplierContractItem.payable(RawSupplierContractItem.PayableEnum payable) RawSupplierContractItem.perUseQuantity(Integer perUseQuantity) RawSupplierContractItem.policy(SupplierContractItemPolicy policy) RawSupplierContractItem.pricingType(RawSupplierContractItem.PricingTypeEnum pricingType) RawSupplierContractItem.totalPrice(Moneys totalPrice) RawSupplierContractItem.type(RawSupplierContractItem.TypeEnum type) RawSupplierContractItem.user(BookingUser user) Methods in travel.wink.sdk.payment.model that return types with arguments of type RawSupplierContractItemModifier and TypeMethodDescription@NotNull @Valid @Size(min=1,max=2147483647) List<RawSupplierContractItem>RawSupplierContract.getContractItemList()Get contractItemListMethods in travel.wink.sdk.payment.model with parameters of type RawSupplierContractItemModifier and TypeMethodDescriptionRawSupplierContract.addContractItemListItem(RawSupplierContractItem contractItemListItem) Method parameters in travel.wink.sdk.payment.model with type arguments of type RawSupplierContractItemModifier and TypeMethodDescriptionRawSupplierContract.contractItemList(List<RawSupplierContractItem> contractItemList) voidRawSupplierContract.setContractItemList(List<RawSupplierContractItem> contractItemList)