lib/v20180321/models.rb in tencentcloud-sdk-partners-3.0.590 vs lib/v20180321/models.rb in tencentcloud-sdk-partners-3.0.591
- old
+ new
@@ -54,11 +54,11 @@
# @param Mail: 代客邮箱
# 注意:此字段可能返回 null,表示取不到有效值。
# @type Mail: String
attr_accessor :Uin, :ClientUin, :AgentTime, :ClientFlag, :ClientRemark, :ClientName, :AuthType, :AppId, :LastMonthAmt, :ThisMonthAmt, :HasOverdueBill, :ClientType, :ProjectType, :SalesUin, :SalesName, :Mail
-
+
def initialize(uin=nil, clientuin=nil, agenttime=nil, clientflag=nil, clientremark=nil, clientname=nil, authtype=nil, appid=nil, lastmonthamt=nil, thismonthamt=nil, hasoverduebill=nil, clienttype=nil, projecttype=nil, salesuin=nil, salesname=nil, mail=nil)
@Uin = uin
@ClientUin = clientuin
@AgentTime = agenttime
@ClientFlag = clientflag
@@ -127,11 +127,11 @@
# @param ActivityId: 活动ID
# 注意:此字段可能返回 null,表示取不到有效值。
# @type ActivityId: String
attr_accessor :Uin, :OrderId, :ClientUin, :ClientRemark, :PayTime, :GoodsType, :PayMode, :SettleMonth, :Amt, :PayerMode, :ClientType, :ProjectType, :ActivityId
-
+
def initialize(uin=nil, orderid=nil, clientuin=nil, clientremark=nil, paytime=nil, goodstype=nil, paymode=nil, settlemonth=nil, amt=nil, payermode=nil, clienttype=nil, projecttype=nil, activityid=nil)
@Uin = uin
@OrderId = orderid
@ClientUin = clientuin
@ClientRemark = clientremark
@@ -190,11 +190,11 @@
# @param ClientName: 客户名称,此字段和控制台返回一致。
# 注意:此字段可能返回 null,表示取不到有效值。
# @type ClientName: String
attr_accessor :Uin, :ClientUin, :ApplyTime, :ClientFlag, :Mail, :Phone, :HasOverdueBill, :Status, :SalesUin, :SalesName, :ClientName
-
+
def initialize(uin=nil, clientuin=nil, applytime=nil, clientflag=nil, mail=nil, phone=nil, hasoverduebill=nil, status=nil, salesuin=nil, salesname=nil, clientname=nil)
@Uin = uin
@ClientUin = clientuin
@ApplyTime = applytime
@ClientFlag = clientflag
@@ -304,11 +304,11 @@
# @param UpdateTime: 订单更新时间
# 注意:此字段可能返回 null,表示取不到有效值。
# @type UpdateTime: String
attr_accessor :DealId, :DealName, :GoodsCategoryId, :OwnerUin, :AppId, :GoodsNum, :GoodsPrice, :Creater, :CreatTime, :PayEndTime, :BillId, :Payer, :DealStatus, :Status, :GoodsName, :ClientRemark, :ActionType, :VoucherDecline, :BigDealId, :ClientType, :ProjectType, :SalesUin, :PayerMode, :ActivityId, :OverdueTime, :ProductInfo, :PaymentMethod, :UpdateTime
-
+
def initialize(dealid=nil, dealname=nil, goodscategoryid=nil, owneruin=nil, appid=nil, goodsnum=nil, goodsprice=nil, creater=nil, creattime=nil, payendtime=nil, billid=nil, payer=nil, dealstatus=nil, status=nil, goodsname=nil, clientremark=nil, actiontype=nil, voucherdecline=nil, bigdealid=nil, clienttype=nil, projecttype=nil, salesuin=nil, payermode=nil, activityid=nil, overduetime=nil, productinfo=nil, paymentmethod=nil, updatetime=nil)
@DealId = dealid
@DealName = dealname
@GoodsCategoryId = goodscategoryid
@OwnerUin = owneruin
@@ -462,11 +462,11 @@
# @param UpdateTime: 订单更新时间
# 注意:此字段可能返回 null,表示取不到有效值。
# @type UpdateTime: String
attr_accessor :DealId, :DealName, :GoodsCategoryId, :OwnerUin, :AppId, :GoodsNum, :GoodsPrice, :Creater, :CreatTime, :PayEndTime, :BillId, :Payer, :DealStatus, :Status, :GoodsName, :ClientRemark, :ActionType, :VoucherDecline, :BigDealId, :ClientType, :ProjectType, :SalesUin, :PayerMode, :ActivityId, :OverdueTime, :ProductInfo, :PaymentMethod, :UpdateTime
-
+
def initialize(dealid=nil, dealname=nil, goodscategoryid=nil, owneruin=nil, appid=nil, goodsnum=nil, goodsprice=nil, creater=nil, creattime=nil, payendtime=nil, billid=nil, payer=nil, dealstatus=nil, status=nil, goodsname=nil, clientremark=nil, actiontype=nil, voucherdecline=nil, bigdealid=nil, clienttype=nil, projecttype=nil, salesuin=nil, payermode=nil, activityid=nil, overduetime=nil, productinfo=nil, paymentmethod=nil, updatetime=nil)
@DealId = dealid
@DealName = dealname
@GoodsCategoryId = goodscategoryid
@OwnerUin = owneruin
@@ -546,11 +546,11 @@
# @type AgentPay: Integer
# @param DealNames: 订单号数组
# @type DealNames: Array
attr_accessor :OwnerUin, :AgentPay, :DealNames
-
+
def initialize(owneruin=nil, agentpay=nil, dealnames=nil)
@OwnerUin = owneruin
@AgentPay = agentpay
@DealNames = dealnames
end
@@ -566,11 +566,11 @@
class AgentPayDealsResponse < TencentCloud::Common::AbstractModel
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
# @type RequestId: String
attr_accessor :RequestId
-
+
def initialize(requestid=nil)
@RequestId = requestid
end
def deserialize(params)
@@ -588,11 +588,11 @@
# @type SalesName: String
# @param CreateTime: 业务员创建时间
# @type CreateTime: String
attr_accessor :Uin, :SalesUin, :SalesName, :CreateTime
-
+
def initialize(uin=nil, salesuin=nil, salesname=nil, createtime=nil)
@Uin = uin
@SalesUin = salesuin
@SalesName = salesname
@CreateTime = createtime
@@ -612,11 +612,11 @@
# @type ClientUin: String
# @param Amount: 转账金额,单位分
# @type Amount: Integer
attr_accessor :ClientUin, :Amount
-
+
def initialize(clientuin=nil, amount=nil)
@ClientUin = clientuin
@Amount = amount
end
@@ -630,11 +630,11 @@
class AgentTransferMoneyResponse < TencentCloud::Common::AbstractModel
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
# @type RequestId: String
attr_accessor :RequestId
-
+
def initialize(requestid=nil)
@RequestId = requestid
end
def deserialize(params)
@@ -652,11 +652,11 @@
# @type AssignClientStatus: String
# @param AssignActionType: 操作类型:assign-执行分派 cancel-取消分派
# @type AssignActionType: String
attr_accessor :ClientUins, :SalesUin, :AssignClientStatus, :AssignActionType
-
+
def initialize(clientuins=nil, salesuin=nil, assignclientstatus=nil, assignactiontype=nil)
@ClientUins = clientuins
@SalesUin = salesuin
@AssignClientStatus = assignclientstatus
@AssignActionType = assignactiontype
@@ -680,11 +680,11 @@
# @type FailedUins: Array
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
# @type RequestId: String
attr_accessor :SucceedUins, :FailedUins, :RequestId
-
+
def initialize(succeeduins=nil, faileduins=nil, requestid=nil)
@SucceedUins = succeeduins
@FailedUins = faileduins
@RequestId = requestid
end
@@ -704,11 +704,11 @@
# @type AuditResult: String
# @param Note: 申请理由,B类客户审核通过时必须填写申请理由
# @type Note: String
attr_accessor :ClientUin, :AuditResult, :Note
-
+
def initialize(clientuin=nil, auditresult=nil, note=nil)
@ClientUin = clientuin
@AuditResult = auditresult
@Note = note
end
@@ -733,11 +733,11 @@
# @type AgentTime: Integer
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
# @type RequestId: String
attr_accessor :Uin, :ClientUin, :AuditResult, :AgentTime, :RequestId
-
+
def initialize(uin=nil, clientuin=nil, auditresult=nil, agenttime=nil, requestid=nil)
@Uin = uin
@ClientUin = clientuin
@AuditResult = auditresult
@AgentTime = agenttime
@@ -757,11 +757,11 @@
class CreatePayRelationForClientRequest < TencentCloud::Common::AbstractModel
# @param ClientUin: 客户账号ID
# @type ClientUin: String
attr_accessor :ClientUin
-
+
def initialize(clientuin=nil)
@ClientUin = clientuin
end
def deserialize(params)
@@ -773,11 +773,11 @@
class CreatePayRelationForClientResponse < TencentCloud::Common::AbstractModel
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
# @type RequestId: String
attr_accessor :RequestId
-
+
def initialize(requestid=nil)
@RequestId = requestid
end
def deserialize(params)
@@ -791,11 +791,11 @@
# @type RealTotalCost: Integer
# @param OriginalTotalCost: 订单实际金额(不含折扣,单位:分)
# @type OriginalTotalCost: Integer
attr_accessor :RealTotalCost, :OriginalTotalCost
-
+
def initialize(realtotalcost=nil, originaltotalcost=nil)
@RealTotalCost = realtotalcost
@OriginalTotalCost = originaltotalcost
end
@@ -811,11 +811,11 @@
# @type RealTotalCost: Integer
# @param OriginalTotalCost: 原始金额(不含折扣,单位:分)
# @type OriginalTotalCost: Integer
attr_accessor :RealTotalCost, :OriginalTotalCost
-
+
def initialize(realtotalcost=nil, originaltotalcost=nil)
@RealTotalCost = realtotalcost
@OriginalTotalCost = originaltotalcost
end
@@ -853,11 +853,11 @@
# @type SalesUin: String
# @param SalesName: 业务员姓名(模糊查询)
# @type SalesName: String
attr_accessor :ClientUin, :ClientName, :ClientFlag, :OrderDirection, :ClientUins, :HasOverdueBill, :ClientRemark, :Offset, :Limit, :ClientType, :ProjectType, :SalesUin, :SalesName
-
+
def initialize(clientuin=nil, clientname=nil, clientflag=nil, orderdirection=nil, clientuins=nil, hasoverduebill=nil, clientremark=nil, offset=nil, limit=nil, clienttype=nil, projecttype=nil, salesuin=nil, salesname=nil)
@ClientUin = clientuin
@ClientName = clientname
@ClientFlag = clientflag
@OrderDirection = orderdirection
@@ -897,11 +897,11 @@
# @type TotalCount: Integer
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
# @type RequestId: String
attr_accessor :AgentClientSet, :TotalCount, :RequestId
-
+
def initialize(agentclientset=nil, totalcount=nil, requestid=nil)
@AgentClientSet = agentclientset
@TotalCount = totalcount
@RequestId = requestid
end
@@ -936,11 +936,11 @@
# @type Offset: Integer
# @param Limit: 限制数目
# @type Limit: Integer
attr_accessor :SettleMonth, :ClientUin, :PayMode, :OrderId, :ClientRemark, :Offset, :Limit
-
+
def initialize(settlemonth=nil, clientuin=nil, paymode=nil, orderid=nil, clientremark=nil, offset=nil, limit=nil)
@SettleMonth = settlemonth
@ClientUin = clientuin
@PayMode = paymode
@OrderId = orderid
@@ -968,11 +968,11 @@
# @type AgentBillSet: Array
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
# @type RequestId: String
attr_accessor :TotalCount, :AgentBillSet, :RequestId
-
+
def initialize(totalcount=nil, agentbillset=nil, requestid=nil)
@TotalCount = totalcount
@AgentBillSet = agentbillset
@RequestId = requestid
end
@@ -995,11 +995,11 @@
class DescribeAgentClientGradeRequest < TencentCloud::Common::AbstractModel
# @param ClientUin: 代客uin
# @type ClientUin: String
attr_accessor :ClientUin
-
+
def initialize(clientuin=nil)
@ClientUin = clientuin
end
def deserialize(params)
@@ -1019,11 +1019,11 @@
# @type ClientType: Integer
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
# @type RequestId: String
attr_accessor :AuditStatus, :AuthState, :ClientGrade, :ClientType, :RequestId
-
+
def initialize(auditstatus=nil, authstate=nil, clientgrade=nil, clienttype=nil, requestid=nil)
@AuditStatus = auditstatus
@AuthState = authstate
@ClientGrade = clientgrade
@ClientType = clienttype
@@ -1057,11 +1057,11 @@
# @type SalesUin: String
# @param SalesName: 业务员姓名(模糊查询)
# @type SalesName: String
attr_accessor :ClientUin, :ClientName, :ClientFlag, :OrderDirection, :Offset, :Limit, :SalesUin, :SalesName
-
+
def initialize(clientuin=nil, clientname=nil, clientflag=nil, orderdirection=nil, offset=nil, limit=nil, salesuin=nil, salesname=nil)
@ClientUin = clientuin
@ClientName = clientname
@ClientFlag = clientflag
@OrderDirection = orderdirection
@@ -1091,11 +1091,11 @@
# @type TotalCount: Integer
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
# @type RequestId: String
attr_accessor :AgentClientSet, :TotalCount, :RequestId
-
+
def initialize(agentclientset=nil, totalcount=nil, requestid=nil)
@AgentClientSet = agentclientset
@TotalCount = totalcount
@RequestId = requestid
end
@@ -1136,11 +1136,11 @@
# @type BigDealIds: Array
# @param PayerMode: 支付方式,0:自付;1:代付
# @type PayerMode: Integer
attr_accessor :Offset, :Limit, :CreatTimeRangeStart, :CreatTimeRangeEnd, :Order, :Status, :OwnerUins, :DealNames, :BigDealIds, :PayerMode
-
+
def initialize(offset=nil, limit=nil, creattimerangestart=nil, creattimerangeend=nil, order=nil, status=nil, owneruins=nil, dealnames=nil, bigdealids=nil, payermode=nil)
@Offset = offset
@Limit = limit
@CreatTimeRangeStart = creattimerangestart
@CreatTimeRangeEnd = creattimerangeend
@@ -1174,11 +1174,11 @@
# @type TotalCount: Integer
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
# @type RequestId: String
attr_accessor :AgentDealSet, :TotalCount, :RequestId
-
+
def initialize(agentdealset=nil, totalcount=nil, requestid=nil)
@AgentDealSet = agentdealset
@TotalCount = totalcount
@RequestId = requestid
end
@@ -1217,11 +1217,11 @@
# @type DealNames: Array
# @param PayerMode: 支付方式,0:自付;1:代付
# @type PayerMode: Integer
attr_accessor :Offset, :Limit, :CreatTimeRangeStart, :CreatTimeRangeEnd, :Order, :Status, :OwnerUins, :DealNames, :PayerMode
-
+
def initialize(offset=nil, limit=nil, creattimerangestart=nil, creattimerangeend=nil, order=nil, status=nil, owneruins=nil, dealnames=nil, payermode=nil)
@Offset = offset
@Limit = limit
@CreatTimeRangeStart = creattimerangestart
@CreatTimeRangeEnd = creattimerangeend
@@ -1253,11 +1253,11 @@
# @type TotalCount: Integer
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
# @type RequestId: String
attr_accessor :AgentDealSet, :TotalCount, :RequestId
-
+
def initialize(agentdealset=nil, totalcount=nil, requestid=nil)
@AgentDealSet = agentdealset
@TotalCount = totalcount
@RequestId = requestid
end
@@ -1294,11 +1294,11 @@
# @type OwnerUins: Array
# @param DealNames: 订单号列表
# @type DealNames: Array
attr_accessor :Offset, :Limit, :CreatTimeRangeStart, :CreatTimeRangeEnd, :Order, :Status, :OwnerUins, :DealNames
-
+
def initialize(offset=nil, limit=nil, creattimerangestart=nil, creattimerangeend=nil, order=nil, status=nil, owneruins=nil, dealnames=nil)
@Offset = offset
@Limit = limit
@CreatTimeRangeStart = creattimerangestart
@CreatTimeRangeEnd = creattimerangeend
@@ -1328,11 +1328,11 @@
# @type TotalCount: Integer
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
# @type RequestId: String
attr_accessor :AgentPayDealSet, :TotalCount, :RequestId
-
+
def initialize(agentpaydealset=nil, totalcount=nil, requestid=nil)
@AgentPayDealSet = agentpaydealset
@TotalCount = totalcount
@RequestId = requestid
end
@@ -1371,11 +1371,11 @@
# @type DealNames: Array
# @param BigDealIds: 大订单号列表
# @type BigDealIds: Array
attr_accessor :Offset, :Limit, :CreatTimeRangeStart, :CreatTimeRangeEnd, :Order, :Status, :OwnerUins, :DealNames, :BigDealIds
-
+
def initialize(offset=nil, limit=nil, creattimerangestart=nil, creattimerangeend=nil, order=nil, status=nil, owneruins=nil, dealnames=nil, bigdealids=nil)
@Offset = offset
@Limit = limit
@CreatTimeRangeStart = creattimerangestart
@CreatTimeRangeEnd = creattimerangeend
@@ -1407,11 +1407,11 @@
# @type TotalCount: Integer
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
# @type RequestId: String
attr_accessor :AgentPayDealSet, :TotalCount, :RequestId
-
+
def initialize(agentpaydealset=nil, totalcount=nil, requestid=nil)
@AgentPayDealSet = agentpaydealset
@TotalCount = totalcount
@RequestId = requestid
end
@@ -1448,11 +1448,11 @@
# @type Status: Integer
# @param DealNames: 订单号列表
# @type DealNames: Array
attr_accessor :OwnerUin, :Offset, :Limit, :CreatTimeRangeStart, :CreatTimeRangeEnd, :Order, :Status, :DealNames
-
+
def initialize(owneruin=nil, offset=nil, limit=nil, creattimerangestart=nil, creattimerangeend=nil, order=nil, status=nil, dealnames=nil)
@OwnerUin = owneruin
@Offset = offset
@Limit = limit
@CreatTimeRangeStart = creattimerangestart
@@ -1482,11 +1482,11 @@
# @type TotalCount: Integer
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
# @type RequestId: String
attr_accessor :AgentPayDealSet, :TotalCount, :RequestId
-
+
def initialize(agentpaydealset=nil, totalcount=nil, requestid=nil)
@AgentPayDealSet = agentpaydealset
@TotalCount = totalcount
@RequestId = requestid
end
@@ -1525,11 +1525,11 @@
# @type DealNames: Array
# @param BigDealIds: 大订单号列表
# @type BigDealIds: Array
attr_accessor :OwnerUin, :Offset, :Limit, :CreatTimeRangeStart, :CreatTimeRangeEnd, :Order, :Status, :DealNames, :BigDealIds
-
+
def initialize(owneruin=nil, offset=nil, limit=nil, creattimerangestart=nil, creattimerangeend=nil, order=nil, status=nil, dealnames=nil, bigdealids=nil)
@OwnerUin = owneruin
@Offset = offset
@Limit = limit
@CreatTimeRangeStart = creattimerangestart
@@ -1561,11 +1561,11 @@
# @type TotalCount: Integer
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
# @type RequestId: String
attr_accessor :AgentPayDealSet, :TotalCount, :RequestId
-
+
def initialize(agentpaydealset=nil, totalcount=nil, requestid=nil)
@AgentPayDealSet = agentpaydealset
@TotalCount = totalcount
@RequestId = requestid
end
@@ -1588,11 +1588,11 @@
class DescribeClientBalanceNewRequest < TencentCloud::Common::AbstractModel
# @param ClientUin: 客户(代客)账号ID
# @type ClientUin: String
attr_accessor :ClientUin
-
+
def initialize(clientuin=nil)
@ClientUin = clientuin
end
def deserialize(params)
@@ -1608,11 +1608,11 @@
# @type Cash: Integer
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
# @type RequestId: String
attr_accessor :Balance, :Cash, :RequestId
-
+
def initialize(balance=nil, cash=nil, requestid=nil)
@Balance = balance
@Cash = cash
@RequestId = requestid
end
@@ -1628,11 +1628,11 @@
class DescribeClientBalanceRequest < TencentCloud::Common::AbstractModel
# @param ClientUin: 客户(代客)账号ID
# @type ClientUin: String
attr_accessor :ClientUin
-
+
def initialize(clientuin=nil)
@ClientUin = clientuin
end
def deserialize(params)
@@ -1648,11 +1648,11 @@
# @type Cash: Integer
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
# @type RequestId: String
attr_accessor :Balance, :Cash, :RequestId
-
+
def initialize(balance=nil, cash=nil, requestid=nil)
@Balance = balance
@Cash = cash
@RequestId = requestid
end
@@ -1672,11 +1672,11 @@
# @type Offset: Integer
# @param Limit: 限制数目
# @type Limit: Integer
attr_accessor :RebateMonth, :Offset, :Limit
-
+
def initialize(rebatemonth=nil, offset=nil, limit=nil)
@RebateMonth = rebatemonth
@Offset = offset
@Limit = limit
end
@@ -1696,11 +1696,11 @@
# @type TotalCount: Integer
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
# @type RequestId: String
attr_accessor :RebateInfoSet, :TotalCount, :RequestId
-
+
def initialize(rebateinfoset=nil, totalcount=nil, requestid=nil)
@RebateInfoSet = rebateinfoset
@TotalCount = totalcount
@RequestId = requestid
end
@@ -1727,11 +1727,11 @@
# @type Offset: Integer
# @param Limit: 限制数目
# @type Limit: Integer
attr_accessor :RebateMonth, :Offset, :Limit
-
+
def initialize(rebatemonth=nil, offset=nil, limit=nil)
@RebateMonth = rebatemonth
@Offset = offset
@Limit = limit
end
@@ -1751,11 +1751,11 @@
# @type TotalCount: Integer
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
# @type RequestId: String
attr_accessor :RebateInfoSet, :TotalCount, :RequestId
-
+
def initialize(rebateinfoset=nil, totalcount=nil, requestid=nil)
@RebateInfoSet = rebateinfoset
@TotalCount = totalcount
@RequestId = requestid
end
@@ -1786,11 +1786,11 @@
# @type SalesUin: String
# @param OrderDirection: ASC/DESC, 不区分大小写,按创建通过时间排序
# @type OrderDirection: String
attr_accessor :Offset, :Limit, :SalesName, :SalesUin, :OrderDirection
-
+
def initialize(offset=nil, limit=nil, salesname=nil, salesuin=nil, orderdirection=nil)
@Offset = offset
@Limit = limit
@SalesName = salesname
@SalesUin = salesuin
@@ -1814,11 +1814,11 @@
# @type TotalCount: Integer
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
# @type RequestId: String
attr_accessor :AgentSalesmanSet, :TotalCount, :RequestId
-
+
def initialize(agentsalesmanset=nil, totalcount=nil, requestid=nil)
@AgentSalesmanSet = agentsalesmanset
@TotalCount = totalcount
@RequestId = requestid
end
@@ -1853,11 +1853,11 @@
# @type ApplyTimeEnd: String
# @param OrderDirection: 对申请时间的升序降序,值:asc,desc
# @type OrderDirection: String
attr_accessor :Status, :Offset, :Limit, :UnbindUin, :ApplyTimeStart, :ApplyTimeEnd, :OrderDirection
-
+
def initialize(status=nil, offset=nil, limit=nil, unbinduin=nil, applytimestart=nil, applytimeend=nil, orderdirection=nil)
@Status = status
@Offset = offset
@Limit = limit
@UnbindUin = unbinduin
@@ -1885,11 +1885,11 @@
# @type UnbindClientList: Array
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
# @type RequestId: String
attr_accessor :TotalCount, :UnbindClientList, :RequestId
-
+
def initialize(totalcount=nil, unbindclientlist=nil, requestid=nil)
@TotalCount = totalcount
@UnbindClientList = unbindclientlist
@RequestId = requestid
end
@@ -1914,11 +1914,11 @@
# @type ClientRemark: String
# @param ClientUin: 客户账号ID
# @type ClientUin: String
attr_accessor :ClientRemark, :ClientUin
-
+
def initialize(clientremark=nil, clientuin=nil)
@ClientRemark = clientremark
@ClientUin = clientuin
end
@@ -1932,11 +1932,11 @@
class ModifyClientRemarkResponse < TencentCloud::Common::AbstractModel
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
# @type RequestId: String
attr_accessor :RequestId
-
+
def initialize(requestid=nil)
@RequestId = requestid
end
def deserialize(params)
@@ -1950,11 +1950,11 @@
# @type Name: String
# @param Value: 产品属性值
# @type Value: String
attr_accessor :Name, :Value
-
+
def initialize(name=nil, value=nil)
@Name = name
@Value = value
end
@@ -1978,11 +1978,11 @@
# @type QuarterSales: Integer
# @param ExceptionFlag: NORMAL(正常)/HAS_OVERDUE_BILL(欠费)/NO_CONTRACT(缺合同)
# @type ExceptionFlag: String
attr_accessor :Uin, :RebateMonth, :Amt, :MonthSales, :QuarterSales, :ExceptionFlag
-
+
def initialize(uin=nil, rebatemonth=nil, amt=nil, monthsales=nil, quartersales=nil, exceptionflag=nil)
@Uin = uin
@RebateMonth = rebatemonth
@Amt = amt
@MonthSales = monthsales
@@ -2014,11 +2014,11 @@
# @type QuarterSales: Integer
# @param ExceptionFlag: NORMAL(正常)/HAS_OVERDUE_BILL(欠费)/NO_CONTRACT(缺合同)
# @type ExceptionFlag: String
attr_accessor :Uin, :RebateMonth, :Amt, :MonthSales, :QuarterSales, :ExceptionFlag
-
+
def initialize(uin=nil, rebatemonth=nil, amt=nil, monthsales=nil, quartersales=nil, exceptionflag=nil)
@Uin = uin
@RebateMonth = rebatemonth
@Amt = amt
@MonthSales = monthsales
@@ -2040,11 +2040,11 @@
class RemovePayRelationForClientRequest < TencentCloud::Common::AbstractModel
# @param ClientUin: 客户账号ID
# @type ClientUin: String
attr_accessor :ClientUin
-
+
def initialize(clientuin=nil)
@ClientUin = clientuin
end
def deserialize(params)
@@ -2056,11 +2056,11 @@
class RemovePayRelationForClientResponse < TencentCloud::Common::AbstractModel
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
# @type RequestId: String
attr_accessor :RequestId
-
+
def initialize(requestid=nil)
@RequestId = requestid
end
def deserialize(params)
@@ -2082,10 +2082,10 @@
# @param ActionTime: 解绑/撤销时间
# 注意:此字段可能返回 null,表示取不到有效值。
# @type ActionTime: String
attr_accessor :Uin, :Name, :Status, :ApplyTime, :ActionTime
-
+
def initialize(uin=nil, name=nil, status=nil, applytime=nil, actiontime=nil)
@Uin = uin
@Name = name
@Status = status
@ApplyTime = applytime