Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 596 Bytes

DataCurrencies.md

File metadata and controls

17 lines (12 loc) · 596 Bytes

woocommerce_client.model.DataCurrencies

Load the model package

import 'package:woocommerce_client/woocommerce_client.dart';

Properties

Name Type Description Notes
code String ISO4217 currency code. [optional]
name String Full name of currency. [optional]
symbol String Currency symbol. [optional]

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