Class CustomVariable


@Deprecated public class CustomVariable extends CustomVariable
Deprecated.
Use EcommerceItem instead.
A user defined custom variable.
Author:
brettcsorba
  • Constructor Details

    • CustomVariable

      public CustomVariable(@NonNull @NonNull String key, @NonNull @NonNull String value)
      Deprecated.
      Instantiates a new custom variable.
      Parameters:
      key - the key of the custom variable (required)
      value - the value of the custom variable (required)