public class QueryCustomersCreditData extends AbstractModel
header, skipSign
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 The UIN of reseller’s customer
|
Float |
getCredit()
Get Credit granted to reseller’s 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 Phone
|
String |
getName()
Get Name
|
String |
getRecentExpiry()
Get Expiration time
|
Float |
getRemainingCredit()
Get The remaining credit of reseller’s 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 The UIN of reseller’s customer
|
void |
setCredit(Float Credit)
Set Credit granted to reseller’s 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 Phone
|
void |
setName(String Name)
Set Name
|
void |
setRecentExpiry(String RecentExpiry)
Set Expiration time
|
void |
setRemainingCredit(Float RemainingCredit)
Set The remaining credit of reseller’s 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, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, 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
- Phonepublic 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
- The UIN of reseller’s customerpublic Float getCredit()
public void setCredit(Float Credit)
Credit
- Credit granted to reseller’s customerpublic Float getRemainingCredit()
public void setRemainingCredit(Float RemainingCredit)
RemainingCredit
- The remaining credit of reseller’s 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 © 2024. All rights reserved.