Uses of Class
software.xdev.brevo.model.OrderMetaInfoValue
Packages that use OrderMetaInfoValue
-
Uses of OrderMetaInfoValue in software.xdev.brevo.model
Methods in software.xdev.brevo.model that return types with arguments of type OrderMetaInfoValueModifier and TypeMethodDescriptionOrder.getMetaInfo()Meta data of order to store additional detal such as custom message, customer type, source.Methods in software.xdev.brevo.model with parameters of type OrderMetaInfoValueModifier and TypeMethodDescriptionOrder.putMetaInfoItem(String key, OrderMetaInfoValue metaInfoItem) Method parameters in software.xdev.brevo.model with type arguments of type OrderMetaInfoValueModifier and TypeMethodDescriptionOrder.metaInfo(Map<String, OrderMetaInfoValue> metaInfo) voidOrder.setMetaInfo(Map<String, OrderMetaInfoValue> metaInfo)