TradersTeam/grand-node-java-client

CustomerDto

Closed this issue · 1 comments

CustomerDto{
id stringnullable: true
customerGuid string($uuid)
username stringnullable: true
email stringnullable: true
adminComment stringnullable: true
isTaxExempt boolean
freeShipping boolean
affiliateId stringnullable: true
vendorId stringnullable: true
storeId stringnullable: true
active boolean
deleted boolean
gender stringnullable: true
firstName stringnullable: true
lastName stringnullable: true
dateOfBirth string($date-time)nullable: true
company stringnullable: true
streetAddress stringnullable: true
streetAddress2 stringnullable: true
zipPostalCode stringnullable: true
city stringnullable: true
countryId stringnullable: true
stateProvinceId stringnullable: true
phone stringnullable: true
fax stringnullable: true
vatNumber stringnullable: true
vatNumberStatusId stringnullable: true
groups [nullable: truestring]
addresses [nullable: trueAddressDto{idstringnullable: truefirstNamestringnullable: truelastNamestringnullable: trueemailstringnullable: truecompanystringnullable: truevatNumberstringnullable: truecountryIdstringnullable: truestateProvinceIdstringnullable: truecitystringnullable: trueaddress1stringnullable: trueaddress2stringnullable: truezipPostalCodestringnullable: truephoneNumberstringnullable: truefaxNumberstringnullable: truenotestringnullable: trueaddressTypeinteger($int32)createdOnUtcstring($date-time)}]
id stringnullable: true
firstName stringnullable: true
lastName stringnullable: true
email stringnullable: true
company stringnullable: true
vatNumber stringnullable: true
countryId stringnullable: true
stateProvinceId stringnullable: true
city stringnullable: true
address1 stringnullable: true
address2 stringnullable: true
zipPostalCode stringnullable: true
phoneNumber stringnullable: true
faxNumber stringnullable: true
note stringnullable: true
addressType integer($int32)
createdOnUtc string($date-time)

}

image