Uses of Class
io.trippay.sdk.payment.model.RawSupplierContractItem
Packages that use RawSupplierContractItem
-
Uses of RawSupplierContractItem in io.trippay.sdk.payment.model
Methods in io.trippay.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.itinerary(SimpleDateTimeItinerary itinerary) RawSupplierContractItem.nameInEnglish(String nameInEnglish) RawSupplierContractItem.payable(RawSupplierContractItem.PayableEnum payable) RawSupplierContractItem.policy(SupplierContractItemPolicy policy) RawSupplierContractItem.price(CustomMonetaryAmount price) RawSupplierContractItem.pricingType(RawSupplierContractItem.PricingTypeEnum pricingType) RawSupplierContractItem.putMetadataItem(String key, String metadataItem) RawSupplierContractItem.type(RawSupplierContractItem.TypeEnum type) Methods in io.trippay.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 io.trippay.sdk.payment.model with parameters of type RawSupplierContractItemModifier and TypeMethodDescriptionRawSupplierContract.addContractItemListItem(RawSupplierContractItem contractItemListItem) Method parameters in io.trippay.sdk.payment.model with type arguments of type RawSupplierContractItemModifier and TypeMethodDescriptionRawSupplierContract.contractItemList(List<RawSupplierContractItem> contractItemList) voidRawSupplierContract.setContractItemList(List<RawSupplierContractItem> contractItemList)