Uses of Class
software.xdev.brevo.model.MainProductPayload
Packages that use MainProductPayload
-
Uses of MainProductPayload in software.xdev.brevo.model
Methods in software.xdev.brevo.model that return MainProductPayloadModifier and TypeMethodDescriptionMainProductPayload.addCategoryItem(String categoryItem) MainProductPayload.price(BigDecimal price) MainProductPayload.quantity(BigDecimal quantity) Methods in software.xdev.brevo.model that return types with arguments of type MainProductPayloadMethods in software.xdev.brevo.model with parameters of type MainProductPayloadModifier and TypeMethodDescriptionMainOrderPayload.addProductsItem(MainProductPayload productsItem) Method parameters in software.xdev.brevo.model with type arguments of type MainProductPayloadModifier and TypeMethodDescriptionMainOrderPayload.products(List<MainProductPayload> products) voidMainOrderPayload.setProducts(List<MainProductPayload> products)