public class QueryCustomersCreditData extends AbstractModel
Constructor and Description |
---|
QueryCustomersCreditData() |
QueryCustomersCreditData(QueryCustomersCreditData source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getArrears()
Get Overdue payment flag
|
String |
getAssociationTime()
Get Binding time
|
Long |
getClientUin()
Get Customer UIN
|
Float |
getCredit()
Get Credit allocated to a customer
|
String |
getEmail()
Get Email
|
Long |
getForce()
Get Forced status
|
Long |
getIdentifyType()
Get `0`: Identity not verified; `1`: Individual identity verified; `2`: Enterprise identity verified.
|
String |
getMobile()
Get Mobile number
|
String |
getName()
Get Name
|
String |
getRecentExpiry()
Get Expiration time
|
Float |
getRemainingCredit()
Get The remaining credit of a customer
|
String |
getRemark()
Get Customer remarks
|
String |
getType()
Get Type
|
void |
setArrears(String Arrears)
Set Overdue payment flag
|
void |
setAssociationTime(String AssociationTime)
Set Binding time
|
void |
setClientUin(Long ClientUin)
Set Customer UIN
|
void |
setCredit(Float Credit)
Set Credit allocated to a customer
|
void |
setEmail(String Email)
Set Email
|
void |
setForce(Long Force)
Set Forced status
|
void |
setIdentifyType(Long IdentifyType)
Set `0`: Identity not verified; `1`: Individual identity verified; `2`: Enterprise identity verified.
|
void |
setMobile(String Mobile)
Set Mobile number
|
void |
setName(String Name)
Set Name
|
void |
setRecentExpiry(String RecentExpiry)
Set Expiration time
|
void |
setRemainingCredit(Float RemainingCredit)
Set The remaining credit of a customer
|
void |
setRemark(String Remark)
Set Customer remarks
|
void |
setType(String Type)
Set Type
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public QueryCustomersCreditData()
public QueryCustomersCreditData(QueryCustomersCreditData source)
public String getName()
public void setName(String Name)
Name
- Namepublic String getType()
public void setType(String Type)
Type
- Typepublic String getMobile()
public void setMobile(String Mobile)
Mobile
- Mobile numberpublic String getEmail()
public void setEmail(String Email)
Email
- Emailpublic String getArrears()
public void setArrears(String Arrears)
Arrears
- Overdue payment flagpublic String getAssociationTime()
public void setAssociationTime(String AssociationTime)
AssociationTime
- Binding timepublic String getRecentExpiry()
public void setRecentExpiry(String RecentExpiry)
RecentExpiry
- Expiration timepublic Long getClientUin()
public void setClientUin(Long ClientUin)
ClientUin
- Customer UINpublic Float getCredit()
public void setCredit(Float Credit)
Credit
- Credit allocated to a customerpublic Float getRemainingCredit()
public void setRemainingCredit(Float RemainingCredit)
RemainingCredit
- The remaining credit of a customerpublic Long getIdentifyType()
public void setIdentifyType(Long IdentifyType)
IdentifyType
- `0`: Identity not verified; `1`: Individual identity verified; `2`: Enterprise identity verified.public String getRemark()
public void setRemark(String Remark)
Remark
- Customer remarkspublic Long getForce()
public void setForce(Long Force)
Force
- Forced statusCopyright © 2023. All rights reserved.