Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 1.64 KB

Customer.md

File metadata and controls

30 lines (25 loc) · 1.64 KB

woocommerce_client.model.Customer

Load the model package

import 'package:woocommerce_client/woocommerce_client.dart';

Properties

Name Type Description Notes
id int Unique identifier for the resource. [optional]
dateCreated String The date the customer was created, in the site's timezone. [optional]
dateCreatedGmt String The date the customer was created, as GMT. [optional]
dateModified String The date the customer was last modified, in the site's timezone. [optional]
dateModifiedGmt String The date the customer was last modified, as GMT. [optional]
email String The email address for the customer. [optional]
firstName String Customer first name. [optional]
lastName String Customer last name. [optional]
role String Customer role. [optional]
username String Customer login name. [optional]
password String Customer password. [optional]
billing Customer1Billing [optional]
shipping Customer1Shipping [optional]
isPayingCustomer bool Is the customer a paying customer? [optional]
avatarUrl String Avatar URL. [optional]
metaData List Meta data. [optional] [default to const []]

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