public class DescribeCustomerOwnVoucherItem extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
DescribeCustomerOwnVoucherItem()  | 
DescribeCustomerOwnVoucherItem(DescribeCustomerOwnVoucherItem 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 | 
|---|---|
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. 
 | 
Long | 
getVoucherId()
Get Voucher ID. 
 | 
String | 
getVoucherStatus()
Get Voucher status: Issued/Used/Expired/Invalidated. 
 | 
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 | 
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 DescribeCustomerOwnVoucherItem()
public DescribeCustomerOwnVoucherItem(DescribeCustomerOwnVoucherItem 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 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.Copyright © 2025. All rights reserved.