Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 1.4 KB

DataContinentsCountriesInner.md

File metadata and controls

24 lines (19 loc) · 1.4 KB

woocommerce_client.model.DataContinentsCountriesInner

Load the model package

import 'package:woocommerce_client/woocommerce_client.dart';

Properties

Name Type Description Notes
code String ISO3166 alpha-2 country code. [optional]
currencyCode String Default ISO4127 alpha-3 currency code for the country. [optional]
currencyPos String Currency symbol position for this country. [optional]
decimalSep String Decimal separator for displayed prices for this country. [optional]
dimensionUnit String The unit lengths are defined in for this country. [optional]
name String Full name of country. [optional]
numDecimals int Number of decimal points shown in displayed prices for this country. [optional]
states List List of states in this country. [optional] [default to const []]
thousandSep String Thousands separator for displayed prices in this country. [optional]
weightUnit String The unit weights are defined in for this country. [optional]

[Back to Model list] [Back to API list] [Back to README]