public class DescribeBillDownloadUrlRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeBillDownloadUrlRequest() |
DescribeBillDownloadUrlRequest(DescribeBillDownloadUrlRequest 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[] |
getChildUin()
Get List of account IDs for downloading the bill.
|
String |
getFileType()
Get Bill type.
|
String |
getMonth()
Get Bill month.
|
void |
setChildUin(String[] ChildUin)
Set List of account IDs for downloading the bill.
|
void |
setFileType(String FileType)
Set Bill type.
|
void |
setMonth(String Month)
Set Bill month.
|
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 DescribeBillDownloadUrlRequest()
public DescribeBillDownloadUrlRequest(DescribeBillDownloadUrlRequest source)
public String getFileType()
public void setFileType(String FileType)
FileType
- Bill type. Valid values:
`billOverview` (L0: PDF bills)
`billSummary` (L1: Bill summary)
`billResource` (L2: Bill by instance)
`billDetail` (L3: Bill details)
`billPack` (Bill packs)public String getMonth()
public void setMonth(String Month)
Month
- Bill month.
The earliest month that can be queried is January 2021.
L0 bills and bill packs cannot be downloaded for the current month. Please download the current month's bills after it is generated at 19:00 on the 1st day of the next month.public String[] getChildUin()
public void setChildUin(String[] ChildUin)
ChildUin
- List of account IDs for downloading the bill. By default, it queries the bill for the current account. If you are an admin account and need to download bills for member accounts with their own payment, input the member account's UIN for this parameter.Copyright © 2024. All rights reserved.