| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
客户id |
integer |
None. |
| UserImgUrl |
用户头像 |
string |
None. |
| Name |
姓名 |
string |
String length: inclusive between 0 and 50 |
| Phone |
手机号 |
string |
String length: inclusive between 0 and 50 |
| PayType |
结算方式 |
CustomerPayType |
None. |
| LimitAmount |
额度,定期结算的用户才有,欠款金额不能超过此金额 |
decimal number |
None. |
| Addresses |
所有的地址 |
Collection of CustomerAddressResponseModel |
None. |
| ShoppingCarts |
客户的购物车 |
Collection of ShoppingCartResponseModel |
None. |
| Orders |
客户的订单 |
Collection of Order |
None. |
| SeeRealPrice |
是否能查看真实售价 |
boolean |
None. |
| UserIsCertified |
是否认证 |
boolean |
None. |
| UserIDCardNo |
身份证号码 |
string |
None. |
| UserIDCardFront |
身份证正面 |
string |
None. |
| UserIDCardBack |
身份证反面 |
string |
None. |