All Downloads are FREE. Search and download functionalities are using the official Maven repository.

it.auties.whatsapp.model.business.BusinessLocalizableParameterValue Maven / Gradle / Ivy

There is a newer version: 2.7.2
Show newest version
package it.auties.whatsapp.model.business;

import it.auties.protobuf.base.ProtobufMessage;

/**
 * A model class that represents the value of a localizable parameter
 */
public sealed interface BusinessLocalizableParameterValue extends ProtobufMessage permits BusinessCurrency, BusinessDateTime {
    /**
     * Returns the type of parameter
     *
     * @return a non-null type
     */
    BusinessLocalizableParameterType parameterType();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy