Skip to content
This repository has been archived by the owner on Aug 18, 2020. It is now read-only.

Latest commit

 

History

History
32 lines (28 loc) · 1.81 KB

CustomerDataCustomerInterface.md

File metadata and controls

32 lines (28 loc) · 1.81 KB

CustomerDataCustomerInterface

Properties

Name Type Description Notes
id int Customer id [optional]
group_id int Group id [optional]
default_billing string Default billing address id [optional]
default_shipping string Default shipping address id [optional]
confirmation string Confirmation [optional]
created_at string Created at time [optional]
updated_at string Updated at time [optional]
created_in string Created in area [optional]
dob string Date of birth [optional]
email string Email address
firstname string First name
lastname string Last name
middlename string Middle name [optional]
prefix string Prefix [optional]
suffix string Suffix [optional]
gender int Gender [optional]
store_id int Store id [optional]
taxvat string Tax Vat [optional]
website_id int Website id [optional]
addresses \Swagger\Client\Model\CustomerDataAddressInterface[] Customer addresses. [optional]
disable_auto_group_change int Disable auto group change flag. [optional]
extension_attributes \Swagger\Client\Model\CustomerDataCustomerExtensionInterface [optional]
custom_attributes \Swagger\Client\Model\FrameworkAttributeInterface[] Custom attributes values. [optional]

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