toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() => {
      "api_enabled": apiEnabled,
      "force_ssl": forceSsl,
      "currency": currency,
      "currency_symbol": currencySymbol,
      "currency_position": currencyPosition,
      "thousand_separator": thousandSeparator,
      "decimal_separator": decimalSeparator,
      "number_of_decimals": numberOfDecimals,
      "geolocation_enabled": geolocationEnabled,
      "taxonomies": taxonomies!.toJson(),
      "product_visibility_terms": productVisibilityTerms!.toJson(),
    };