public class AllocateCustomerCreditRequest extends AbstractModel
Constructor and Description |
---|
AllocateCustomerCreditRequest() |
AllocateCustomerCreditRequest(AllocateCustomerCreditRequest 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 |
---|---|
Float |
getAddedCredit()
Get Specific value of the credit allocated to the customer
|
Long |
getClientUin()
Get Customer UIN
|
void |
setAddedCredit(Float AddedCredit)
Set Specific value of the credit allocated to the customer
|
void |
setClientUin(Long ClientUin)
Set Customer UIN
|
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 AllocateCustomerCreditRequest()
public AllocateCustomerCreditRequest(AllocateCustomerCreditRequest source)
public Float getAddedCredit()
public void setAddedCredit(Float AddedCredit)
AddedCredit
- Specific value of the credit allocated to the customerpublic Long getClientUin()
public void setClientUin(Long ClientUin)
ClientUin
- Customer UINCopyright © 2023. All rights reserved.