public class DescribeCustomerVoucherItem extends AbstractModel
header, skipSign| Constructor and Description |
|---|
DescribeCustomerVoucherItem() |
DescribeCustomerVoucherItem(DescribeCustomerVoucherItem 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 |
getApplyReason()
Get Application notes
|
Long |
getCustomerUin()
Get Sub-account UIN
|
String |
getEffectiveTime()
Get Start time.
|
String |
getExpireTime()
Get End time.
|
String |
getPaymentMode()
Get Payment mode.
|
String |
getProductScope()
Get Applicable product: AllProducts/SpecifyProducts/SpecifyProductsBlacklist.
|
Float |
getRemainingAmount()
Get Remaining amount.
|
Float |
getTotalAmount()
Get Denomination.
|
String |
getUsage()
Get Purpose: ProductTrial/CustomerOffer.
|
Long |
getVoucherId()
Get Voucher ID.
|
String |
getVoucherStatus()
Get Voucher status: Issued/Used/Expired/Invalidated.
|
void |
setApplyReason(String ApplyReason)
Set Application notes
|
void |
setCustomerUin(Long CustomerUin)
Set Sub-account UIN
|
void |
setEffectiveTime(String EffectiveTime)
Set Start time.
|
void |
setExpireTime(String ExpireTime)
Set End time.
|
void |
setPaymentMode(String PaymentMode)
Set Payment mode.
|
void |
setProductScope(String ProductScope)
Set Applicable product: AllProducts/SpecifyProducts/SpecifyProductsBlacklist.
|
void |
setRemainingAmount(Float RemainingAmount)
Set Remaining amount.
|
void |
setTotalAmount(Float TotalAmount)
Set Denomination.
|
void |
setUsage(String Usage)
Set Purpose: ProductTrial/CustomerOffer.
|
void |
setVoucherId(Long VoucherId)
Set Voucher ID.
|
void |
setVoucherStatus(String VoucherStatus)
Set Voucher status: Issued/Used/Expired/Invalidated.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DescribeCustomerVoucherItem()
public DescribeCustomerVoucherItem(DescribeCustomerVoucherItem source)
public Long getVoucherId()
public void setVoucherId(Long VoucherId)
VoucherId - Voucher ID.public Long getCustomerUin()
public void setCustomerUin(Long CustomerUin)
CustomerUin - Sub-account UINpublic String getVoucherStatus()
public void setVoucherStatus(String VoucherStatus)
VoucherStatus - Voucher status: Issued/Used/Expired/Invalidated.public Float getRemainingAmount()
public void setRemainingAmount(Float RemainingAmount)
RemainingAmount - Remaining amount.public Float getTotalAmount()
public void setTotalAmount(Float TotalAmount)
TotalAmount - Denomination.public String getUsage()
public void setUsage(String Usage)
Usage - Purpose: ProductTrial/CustomerOffer.public String getPaymentMode()
public void setPaymentMode(String PaymentMode)
PaymentMode - Payment mode. valid values: AllPayment, Prepaid, and Postpaid.public String getProductScope()
public void setProductScope(String ProductScope)
ProductScope - Applicable product: AllProducts/SpecifyProducts/SpecifyProductsBlacklist.public String getEffectiveTime()
public void setEffectiveTime(String EffectiveTime)
EffectiveTime - Start time.public String getExpireTime()
public void setExpireTime(String ExpireTime)
ExpireTime - End time.public String getApplyReason()
public void setApplyReason(String ApplyReason)
ApplyReason - Application notesCopyright © 2025. All rights reserved.