Uses of Class
io.trippay.sdk.payment.model.PayableContractSupplierItem
Packages that use PayableContractSupplierItem
-
Uses of PayableContractSupplierItem in io.trippay.sdk.payment.model
Methods in io.trippay.sdk.payment.model that return PayableContractSupplierItemModifier and TypeMethodDescriptionPayableContractSupplierItem.addBeneficiaryListItem(PayableContractSupplierItemBeneficiary beneficiaryListItem) PayableContractSupplierItem.addDailyRateListItem(RawDailyRate dailyRateListItem) PayableContractSupplierItem.beneficiaryList(List<PayableContractSupplierItemBeneficiary> beneficiaryList) PayableContractSupplierItem.dailyRateList(List<RawDailyRate> dailyRateList) PayableContractSupplierItem.descriptionInEnglish(String descriptionInEnglish) PayableContractSupplierItem.externalIdentifier(String externalIdentifier) PayableContractSupplierItem.itinerary(SimpleDateTimeItinerary itinerary) PayableContractSupplierItem.nameInEnglish(String nameInEnglish) PayableContractSupplierItem.payable(PayableContractSupplierItem.PayableEnum payable) PayableContractSupplierItem.policy(SupplierContractItemPolicy policy) PayableContractSupplierItem.price(CustomMonetaryAmount price) PayableContractSupplierItem.pricingType(PayableContractSupplierItem.PricingTypeEnum pricingType) PayableContractSupplierItem.putMetadataItem(String key, String metadataItem) PayableContractSupplierItem.type(PayableContractSupplierItem.TypeEnum type) Methods in io.trippay.sdk.payment.model that return types with arguments of type PayableContractSupplierItemModifier and TypeMethodDescription@NotNull @Valid @Size(min=1,max=2147483647) List<PayableContractSupplierItem> PayableContractSupplier.getContractItemList()Get contractItemListMethods in io.trippay.sdk.payment.model with parameters of type PayableContractSupplierItemModifier and TypeMethodDescriptionPayableContractSupplier.addContractItemListItem(PayableContractSupplierItem contractItemListItem) Method parameters in io.trippay.sdk.payment.model with type arguments of type PayableContractSupplierItemModifier and TypeMethodDescriptionPayableContractSupplier.contractItemList(List<PayableContractSupplierItem> contractItemList) voidPayableContractSupplier.setContractItemList(List<PayableContractSupplierItem> contractItemList)