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 The UIN of reseller’s customer | 
| Float | getCredit()Get Credit granted to reseller’s customer | 
| String | getEmail()Get Email | 
| String | getMobile()Get Phone | 
| String | getName()Get Name | 
| String | getRecentExpiry()Get Expiration time | 
| Float | getRemainingCredit()Get The remaining credit of reseller’s customer | 
| 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 | 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 | 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, toJsonStringpublic 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 customerCopyright © 2022. All rights reserved.