
com.tencentcloudapi.billing.v20180709.models.PayModeSummaryOverviewItem 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 PayModeSummaryOverviewItem extends AbstractModel{
/**
* 付费模式
*/
@SerializedName("PayMode")
@Expose
private String PayMode;
/**
* 付费模式名称
*/
@SerializedName("PayModeName")
@Expose
private String PayModeName;
/**
* 实际花费
*/
@SerializedName("RealTotalCost")
@Expose
private String RealTotalCost;
/**
* 费用所占百分比,两位小数
*/
@SerializedName("RealTotalCostRatio")
@Expose
private String RealTotalCostRatio;
/**
* 按交易类型:包年包月新购/续费/升降配/退款、按量计费扣费、调账补偿/扣费等类型汇总消费详情
*/
@SerializedName("Detail")
@Expose
private ActionSummaryOverviewItem [] Detail;
/**
* 现金金额
*/
@SerializedName("CashPayAmount")
@Expose
private String CashPayAmount;
/**
* 赠送金金额
*/
@SerializedName("IncentivePayAmount")
@Expose
private String IncentivePayAmount;
/**
* 代金券金额
*/
@SerializedName("VoucherPayAmount")
@Expose
private String VoucherPayAmount;
/**
* 原价,单位为元。TotalCost字段自账单3.0(即2021-05)之后开始生效,账单3.0之前返回"-"。合同价的情况下,TotalCost字段与官网价格存在差异,也返回“-”。
*/
@SerializedName("TotalCost")
@Expose
private String TotalCost;
/**
* 分成金金额
*/
@SerializedName("TransferPayAmount")
@Expose
private String TransferPayAmount;
/**
* Get 付费模式
* @return PayMode 付费模式
*/
public String getPayMode() {
return this.PayMode;
}
/**
* Set 付费模式
* @param PayMode 付费模式
*/
public void setPayMode(String PayMode) {
this.PayMode = PayMode;
}
/**
* Get 付费模式名称
* @return PayModeName 付费模式名称
*/
public String getPayModeName() {
return this.PayModeName;
}
/**
* Set 付费模式名称
* @param PayModeName 付费模式名称
*/
public void setPayModeName(String PayModeName) {
this.PayModeName = PayModeName;
}
/**
* Get 实际花费
* @return RealTotalCost 实际花费
*/
public String getRealTotalCost() {
return this.RealTotalCost;
}
/**
* Set 实际花费
* @param RealTotalCost 实际花费
*/
public void setRealTotalCost(String RealTotalCost) {
this.RealTotalCost = RealTotalCost;
}
/**
* Get 费用所占百分比,两位小数
* @return RealTotalCostRatio 费用所占百分比,两位小数
*/
public String getRealTotalCostRatio() {
return this.RealTotalCostRatio;
}
/**
* Set 费用所占百分比,两位小数
* @param RealTotalCostRatio 费用所占百分比,两位小数
*/
public void setRealTotalCostRatio(String RealTotalCostRatio) {
this.RealTotalCostRatio = RealTotalCostRatio;
}
/**
* Get 按交易类型:包年包月新购/续费/升降配/退款、按量计费扣费、调账补偿/扣费等类型汇总消费详情
* @return Detail 按交易类型:包年包月新购/续费/升降配/退款、按量计费扣费、调账补偿/扣费等类型汇总消费详情
*/
public ActionSummaryOverviewItem [] getDetail() {
return this.Detail;
}
/**
* Set 按交易类型:包年包月新购/续费/升降配/退款、按量计费扣费、调账补偿/扣费等类型汇总消费详情
* @param Detail 按交易类型:包年包月新购/续费/升降配/退款、按量计费扣费、调账补偿/扣费等类型汇总消费详情
*/
public void setDetail(ActionSummaryOverviewItem [] Detail) {
this.Detail = Detail;
}
/**
* Get 现金金额
* @return CashPayAmount 现金金额
*/
public String getCashPayAmount() {
return this.CashPayAmount;
}
/**
* Set 现金金额
* @param CashPayAmount 现金金额
*/
public void setCashPayAmount(String CashPayAmount) {
this.CashPayAmount = CashPayAmount;
}
/**
* Get 赠送金金额
* @return IncentivePayAmount 赠送金金额
*/
public String getIncentivePayAmount() {
return this.IncentivePayAmount;
}
/**
* Set 赠送金金额
* @param IncentivePayAmount 赠送金金额
*/
public void setIncentivePayAmount(String IncentivePayAmount) {
this.IncentivePayAmount = IncentivePayAmount;
}
/**
* Get 代金券金额
* @return VoucherPayAmount 代金券金额
*/
public String getVoucherPayAmount() {
return this.VoucherPayAmount;
}
/**
* Set 代金券金额
* @param VoucherPayAmount 代金券金额
*/
public void setVoucherPayAmount(String VoucherPayAmount) {
this.VoucherPayAmount = VoucherPayAmount;
}
/**
* Get 原价,单位为元。TotalCost字段自账单3.0(即2021-05)之后开始生效,账单3.0之前返回"-"。合同价的情况下,TotalCost字段与官网价格存在差异,也返回“-”。
* @return TotalCost 原价,单位为元。TotalCost字段自账单3.0(即2021-05)之后开始生效,账单3.0之前返回"-"。合同价的情况下,TotalCost字段与官网价格存在差异,也返回“-”。
*/
public String getTotalCost() {
return this.TotalCost;
}
/**
* Set 原价,单位为元。TotalCost字段自账单3.0(即2021-05)之后开始生效,账单3.0之前返回"-"。合同价的情况下,TotalCost字段与官网价格存在差异,也返回“-”。
* @param TotalCost 原价,单位为元。TotalCost字段自账单3.0(即2021-05)之后开始生效,账单3.0之前返回"-"。合同价的情况下,TotalCost字段与官网价格存在差异,也返回“-”。
*/
public void setTotalCost(String TotalCost) {
this.TotalCost = TotalCost;
}
/**
* Get 分成金金额
* @return TransferPayAmount 分成金金额
*/
public String getTransferPayAmount() {
return this.TransferPayAmount;
}
/**
* Set 分成金金额
* @param TransferPayAmount 分成金金额
*/
public void setTransferPayAmount(String TransferPayAmount) {
this.TransferPayAmount = TransferPayAmount;
}
public PayModeSummaryOverviewItem() {
}
/**
* 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 PayModeSummaryOverviewItem(PayModeSummaryOverviewItem source) {
if (source.PayMode != null) {
this.PayMode = new String(source.PayMode);
}
if (source.PayModeName != null) {
this.PayModeName = new String(source.PayModeName);
}
if (source.RealTotalCost != null) {
this.RealTotalCost = new String(source.RealTotalCost);
}
if (source.RealTotalCostRatio != null) {
this.RealTotalCostRatio = new String(source.RealTotalCostRatio);
}
if (source.Detail != null) {
this.Detail = new ActionSummaryOverviewItem[source.Detail.length];
for (int i = 0; i < source.Detail.length; i++) {
this.Detail[i] = new ActionSummaryOverviewItem(source.Detail[i]);
}
}
if (source.CashPayAmount != null) {
this.CashPayAmount = new String(source.CashPayAmount);
}
if (source.IncentivePayAmount != null) {
this.IncentivePayAmount = new String(source.IncentivePayAmount);
}
if (source.VoucherPayAmount != null) {
this.VoucherPayAmount = new String(source.VoucherPayAmount);
}
if (source.TotalCost != null) {
this.TotalCost = new String(source.TotalCost);
}
if (source.TransferPayAmount != null) {
this.TransferPayAmount = new String(source.TransferPayAmount);
}
}
/**
* Internal implementation, normal users should not use it.
*/
public void toMap(HashMap map, String prefix) {
this.setParamSimple(map, prefix + "PayMode", this.PayMode);
this.setParamSimple(map, prefix + "PayModeName", this.PayModeName);
this.setParamSimple(map, prefix + "RealTotalCost", this.RealTotalCost);
this.setParamSimple(map, prefix + "RealTotalCostRatio", this.RealTotalCostRatio);
this.setParamArrayObj(map, prefix + "Detail.", this.Detail);
this.setParamSimple(map, prefix + "CashPayAmount", this.CashPayAmount);
this.setParamSimple(map, prefix + "IncentivePayAmount", this.IncentivePayAmount);
this.setParamSimple(map, prefix + "VoucherPayAmount", this.VoucherPayAmount);
this.setParamSimple(map, prefix + "TotalCost", this.TotalCost);
this.setParamSimple(map, prefix + "TransferPayAmount", this.TransferPayAmount);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy