Uses of Class
software.xdev.brevo.model.Order
Packages that use Order
-
Uses of Order in software.xdev.brevo.api
Methods in software.xdev.brevo.api with parameters of type OrderModifier and TypeMethodDescriptionvoidEcommerceApi.createOrder(Order order) Managing the status of the order Manages the transactional status of the ordervoidEcommerceApi.createOrder(Order order, Map<String, String> additionalHeaders) Managing the status of the order Manages the transactional status of the order -
Uses of Order in software.xdev.brevo.model
Methods in software.xdev.brevo.model that return OrderModifier and TypeMethodDescriptionOrder.addCouponsItem(String couponsItem) Order.addProductsItem(OrderProductsInner productsItem) Order.amount(BigDecimal amount) Order.billing(OrderBilling billing) Order.products(List<OrderProductsInner> products) Methods in software.xdev.brevo.model that return types with arguments of type OrderMethods in software.xdev.brevo.model with parameters of type OrderMethod parameters in software.xdev.brevo.model with type arguments of type Order