
com.tencentcloudapi.billing.v20180709.models.DescribeBillListRequest Maven / Gradle / Ivy
/*
* Copyright (c) 2017-2018 THL A29 Limited, a Tencent company. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.tencentcloudapi.billing.v20180709.models;
import com.tencentcloudapi.common.AbstractModel;
import com.google.gson.annotations.SerializedName;
import com.google.gson.annotations.Expose;
import java.util.HashMap;
public class DescribeBillListRequest extends AbstractModel{
/**
* 查询范围的起始时间(包含)时间格式 yyyy-MM-dd HH:mm:ss 开始时间和结束时间差值小于等于六个月
*/
@SerializedName("StartTime")
@Expose
private String StartTime;
/**
* 查询范围的结束时间(包含)时间格式 yyyy-MM-dd HH:mm:ss ,开始时间和结束时间差值小于等于六个月
*/
@SerializedName("EndTime")
@Expose
private String EndTime;
/**
* 翻页偏移量,初始值为0
*/
@SerializedName("Offset")
@Expose
private Long Offset;
/**
* 每页的限制数量
*/
@SerializedName("Limit")
@Expose
private Long Limit;
/**
* 交易类型: all所有交易类型,recharge充值,return退款,unblock解冻,agentin资金转入,advanced垫付,cash提现,deduct扣费,block冻结,agentout资金转出,repay垫付回款,repayment还款(仅国际信用账户),adj_refund调增(仅国际信用账户),adj_deduct调减(仅国际信用账户)
*/
@SerializedName("PayType")
@Expose
private String [] PayType;
/**
* 扣费模式,
当所选的交易类型为扣费deduct时:
all所有扣费类型;trade预付费支付;hour_h按量小时结;hour_d按量日结;hour_m按量月结;decompensate调账扣费;other第三方扣费;panshi 线下项目扣费;offline 线下产品扣费;
当所选的交易类型为扣费recharge时:
online 在线充值;bank-enterprice 银企直连;offline 线下充值;transfer 分成充值
当所选的交易类型为扣费cash时:
online 线上提现;offline 线下提现;panshi 赠送金清零
当所选的交易类型为扣费advanced时:
advanced 垫付充值
当所选的交易类型为扣费repay时:
panshi 垫付回款
当所选的交易类型为扣费block时:
other 第三方冻结;hour 按量冻结;month按月冻结
当所选的交易类型为扣费return时:
compensate 调账补偿;trade 预付费退款
当所选的交易类型为扣费unblock时:
other 第三方解冻;hour 按量解冻;month 按月解冻
*/
@SerializedName("SubPayType")
@Expose
private String [] SubPayType;
/**
* 是否返回0元交易金额的交易项,取值:0-不返回,1-返回。不传该参数则不返回
*/
@SerializedName("WithZeroAmount")
@Expose
private Long WithZeroAmount;
/**
* Get 查询范围的起始时间(包含)时间格式 yyyy-MM-dd HH:mm:ss 开始时间和结束时间差值小于等于六个月
* @return StartTime 查询范围的起始时间(包含)时间格式 yyyy-MM-dd HH:mm:ss 开始时间和结束时间差值小于等于六个月
*/
public String getStartTime() {
return this.StartTime;
}
/**
* Set 查询范围的起始时间(包含)时间格式 yyyy-MM-dd HH:mm:ss 开始时间和结束时间差值小于等于六个月
* @param StartTime 查询范围的起始时间(包含)时间格式 yyyy-MM-dd HH:mm:ss 开始时间和结束时间差值小于等于六个月
*/
public void setStartTime(String StartTime) {
this.StartTime = StartTime;
}
/**
* Get 查询范围的结束时间(包含)时间格式 yyyy-MM-dd HH:mm:ss ,开始时间和结束时间差值小于等于六个月
* @return EndTime 查询范围的结束时间(包含)时间格式 yyyy-MM-dd HH:mm:ss ,开始时间和结束时间差值小于等于六个月
*/
public String getEndTime() {
return this.EndTime;
}
/**
* Set 查询范围的结束时间(包含)时间格式 yyyy-MM-dd HH:mm:ss ,开始时间和结束时间差值小于等于六个月
* @param EndTime 查询范围的结束时间(包含)时间格式 yyyy-MM-dd HH:mm:ss ,开始时间和结束时间差值小于等于六个月
*/
public void setEndTime(String EndTime) {
this.EndTime = EndTime;
}
/**
* Get 翻页偏移量,初始值为0
* @return Offset 翻页偏移量,初始值为0
*/
public Long getOffset() {
return this.Offset;
}
/**
* Set 翻页偏移量,初始值为0
* @param Offset 翻页偏移量,初始值为0
*/
public void setOffset(Long Offset) {
this.Offset = Offset;
}
/**
* Get 每页的限制数量
* @return Limit 每页的限制数量
*/
public Long getLimit() {
return this.Limit;
}
/**
* Set 每页的限制数量
* @param Limit 每页的限制数量
*/
public void setLimit(Long Limit) {
this.Limit = Limit;
}
/**
* Get 交易类型: all所有交易类型,recharge充值,return退款,unblock解冻,agentin资金转入,advanced垫付,cash提现,deduct扣费,block冻结,agentout资金转出,repay垫付回款,repayment还款(仅国际信用账户),adj_refund调增(仅国际信用账户),adj_deduct调减(仅国际信用账户)
* @return PayType 交易类型: all所有交易类型,recharge充值,return退款,unblock解冻,agentin资金转入,advanced垫付,cash提现,deduct扣费,block冻结,agentout资金转出,repay垫付回款,repayment还款(仅国际信用账户),adj_refund调增(仅国际信用账户),adj_deduct调减(仅国际信用账户)
*/
public String [] getPayType() {
return this.PayType;
}
/**
* Set 交易类型: all所有交易类型,recharge充值,return退款,unblock解冻,agentin资金转入,advanced垫付,cash提现,deduct扣费,block冻结,agentout资金转出,repay垫付回款,repayment还款(仅国际信用账户),adj_refund调增(仅国际信用账户),adj_deduct调减(仅国际信用账户)
* @param PayType 交易类型: all所有交易类型,recharge充值,return退款,unblock解冻,agentin资金转入,advanced垫付,cash提现,deduct扣费,block冻结,agentout资金转出,repay垫付回款,repayment还款(仅国际信用账户),adj_refund调增(仅国际信用账户),adj_deduct调减(仅国际信用账户)
*/
public void setPayType(String [] PayType) {
this.PayType = PayType;
}
/**
* Get 扣费模式,
当所选的交易类型为扣费deduct时:
all所有扣费类型;trade预付费支付;hour_h按量小时结;hour_d按量日结;hour_m按量月结;decompensate调账扣费;other第三方扣费;panshi 线下项目扣费;offline 线下产品扣费;
当所选的交易类型为扣费recharge时:
online 在线充值;bank-enterprice 银企直连;offline 线下充值;transfer 分成充值
当所选的交易类型为扣费cash时:
online 线上提现;offline 线下提现;panshi 赠送金清零
当所选的交易类型为扣费advanced时:
advanced 垫付充值
当所选的交易类型为扣费repay时:
panshi 垫付回款
当所选的交易类型为扣费block时:
other 第三方冻结;hour 按量冻结;month按月冻结
当所选的交易类型为扣费return时:
compensate 调账补偿;trade 预付费退款
当所选的交易类型为扣费unblock时:
other 第三方解冻;hour 按量解冻;month 按月解冻
* @return SubPayType 扣费模式,
当所选的交易类型为扣费deduct时:
all所有扣费类型;trade预付费支付;hour_h按量小时结;hour_d按量日结;hour_m按量月结;decompensate调账扣费;other第三方扣费;panshi 线下项目扣费;offline 线下产品扣费;
当所选的交易类型为扣费recharge时:
online 在线充值;bank-enterprice 银企直连;offline 线下充值;transfer 分成充值
当所选的交易类型为扣费cash时:
online 线上提现;offline 线下提现;panshi 赠送金清零
当所选的交易类型为扣费advanced时:
advanced 垫付充值
当所选的交易类型为扣费repay时:
panshi 垫付回款
当所选的交易类型为扣费block时:
other 第三方冻结;hour 按量冻结;month按月冻结
当所选的交易类型为扣费return时:
compensate 调账补偿;trade 预付费退款
当所选的交易类型为扣费unblock时:
other 第三方解冻;hour 按量解冻;month 按月解冻
*/
public String [] getSubPayType() {
return this.SubPayType;
}
/**
* Set 扣费模式,
当所选的交易类型为扣费deduct时:
all所有扣费类型;trade预付费支付;hour_h按量小时结;hour_d按量日结;hour_m按量月结;decompensate调账扣费;other第三方扣费;panshi 线下项目扣费;offline 线下产品扣费;
当所选的交易类型为扣费recharge时:
online 在线充值;bank-enterprice 银企直连;offline 线下充值;transfer 分成充值
当所选的交易类型为扣费cash时:
online 线上提现;offline 线下提现;panshi 赠送金清零
当所选的交易类型为扣费advanced时:
advanced 垫付充值
当所选的交易类型为扣费repay时:
panshi 垫付回款
当所选的交易类型为扣费block时:
other 第三方冻结;hour 按量冻结;month按月冻结
当所选的交易类型为扣费return时:
compensate 调账补偿;trade 预付费退款
当所选的交易类型为扣费unblock时:
other 第三方解冻;hour 按量解冻;month 按月解冻
* @param SubPayType 扣费模式,
当所选的交易类型为扣费deduct时:
all所有扣费类型;trade预付费支付;hour_h按量小时结;hour_d按量日结;hour_m按量月结;decompensate调账扣费;other第三方扣费;panshi 线下项目扣费;offline 线下产品扣费;
当所选的交易类型为扣费recharge时:
online 在线充值;bank-enterprice 银企直连;offline 线下充值;transfer 分成充值
当所选的交易类型为扣费cash时:
online 线上提现;offline 线下提现;panshi 赠送金清零
当所选的交易类型为扣费advanced时:
advanced 垫付充值
当所选的交易类型为扣费repay时:
panshi 垫付回款
当所选的交易类型为扣费block时:
other 第三方冻结;hour 按量冻结;month按月冻结
当所选的交易类型为扣费return时:
compensate 调账补偿;trade 预付费退款
当所选的交易类型为扣费unblock时:
other 第三方解冻;hour 按量解冻;month 按月解冻
*/
public void setSubPayType(String [] SubPayType) {
this.SubPayType = SubPayType;
}
/**
* Get 是否返回0元交易金额的交易项,取值:0-不返回,1-返回。不传该参数则不返回
* @return WithZeroAmount 是否返回0元交易金额的交易项,取值:0-不返回,1-返回。不传该参数则不返回
*/
public Long getWithZeroAmount() {
return this.WithZeroAmount;
}
/**
* Set 是否返回0元交易金额的交易项,取值:0-不返回,1-返回。不传该参数则不返回
* @param WithZeroAmount 是否返回0元交易金额的交易项,取值:0-不返回,1-返回。不传该参数则不返回
*/
public void setWithZeroAmount(Long WithZeroAmount) {
this.WithZeroAmount = WithZeroAmount;
}
public DescribeBillListRequest() {
}
/**
* 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.
*/
public DescribeBillListRequest(DescribeBillListRequest source) {
if (source.StartTime != null) {
this.StartTime = new String(source.StartTime);
}
if (source.EndTime != null) {
this.EndTime = new String(source.EndTime);
}
if (source.Offset != null) {
this.Offset = new Long(source.Offset);
}
if (source.Limit != null) {
this.Limit = new Long(source.Limit);
}
if (source.PayType != null) {
this.PayType = new String[source.PayType.length];
for (int i = 0; i < source.PayType.length; i++) {
this.PayType[i] = new String(source.PayType[i]);
}
}
if (source.SubPayType != null) {
this.SubPayType = new String[source.SubPayType.length];
for (int i = 0; i < source.SubPayType.length; i++) {
this.SubPayType[i] = new String(source.SubPayType[i]);
}
}
if (source.WithZeroAmount != null) {
this.WithZeroAmount = new Long(source.WithZeroAmount);
}
}
/**
* Internal implementation, normal users should not use it.
*/
public void toMap(HashMap map, String prefix) {
this.setParamSimple(map, prefix + "StartTime", this.StartTime);
this.setParamSimple(map, prefix + "EndTime", this.EndTime);
this.setParamSimple(map, prefix + "Offset", this.Offset);
this.setParamSimple(map, prefix + "Limit", this.Limit);
this.setParamArraySimple(map, prefix + "PayType.", this.PayType);
this.setParamArraySimple(map, prefix + "SubPayType.", this.SubPayType);
this.setParamSimple(map, prefix + "WithZeroAmount", this.WithZeroAmount);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy