Uses of Class
com.whatsapp.api.domain.config.CommerceDataItem
-
Uses of CommerceDataItem in com.whatsapp.api.domain.config
Modifier and TypeMethodDescriptionCommerceDataItem.setCartEnabled
(Boolean cartEnabled) CommerceDataItem.setCatalogVisible
(Boolean catalogVisible) Modifier and TypeMethodDescriptionGraphCommerceSettings.data()
Returns the value of thedata
record component.ModifierConstructorDescriptionCreates an instance of aGraphCommerceSettings
record class. -
Uses of CommerceDataItem in com.whatsapp.api.impl
Modifier and TypeMethodDescriptionWhatsappBusinessManagementApi.updateWhatsappCommerceSettings
(String phoneNumberId, CommerceDataItem commerceDataItem) Update a business WhatsApp Commerce Settings. -
Uses of CommerceDataItem in com.whatsapp.api.service
Modifier and TypeMethodDescriptionretrofit2.Call<Response>
WhatsappBusinessManagementApiService.updateWhatsappCommerceSettings
(String apiVersion, String phoneNumberId, CommerceDataItem commerceDataItem) Business phone number's whatsApp commerce settings call.