com.aliyun.dingtalkedu_1_0.models.QuerySnsOrderResponseBody Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dingtalk Show documentation
Show all versions of dingtalk Show documentation
Alibaba Cloud dingtalk SDK for Java
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.dingtalkedu_1_0.models;
import com.aliyun.tea.*;
public class QuerySnsOrderResponseBody extends TeaModel {
@NameInMap("actualAmount")
public Long actualAmount;
/**
* example:
* 123400
*/
@NameInMap("alipayAppId")
public String alipayAppId;
/**
* example:
* 2022-11-04T17:15Z
*/
@NameInMap("closeTime")
public String closeTime;
/**
* example:
* 1672973971107
*/
@NameInMap("closeTimestamp")
public Long closeTimestamp;
/**
* example:
* 2022-11-04T17:15Z
*/
@NameInMap("createTime")
public String createTime;
/**
* example:
* 1672973971107
*/
@NameInMap("createTimestamp")
public Long createTimestamp;
@NameInMap("labelAmount")
public Long labelAmount;
/**
* example:
* 10000
*/
@NameInMap("merchantId")
public String merchantId;
/**
* example:
* M20000100
*/
@NameInMap("merchantMergeOrderNo")
public String merchantMergeOrderNo;
/**
* example:
* M20000100
*/
@NameInMap("merchantOrderNo")
public String merchantOrderNo;
/**
* example:
* CM0001
*/
@NameInMap("orderNo")
public String orderNo;
/**
* example:
* 1
*/
@NameInMap("orderType")
public String orderType;
@NameInMap("outerUserId")
public String outerUserId;
/**
* example:
* 138***
*/
@NameInMap("payLogonId")
public String payLogonId;
@NameInMap("payStatus")
public Integer payStatus;
/**
* example:
* 2022-11-04T17:15Z
*/
@NameInMap("payTime")
public String payTime;
/**
* example:
* 1672973971107
*/
@NameInMap("payTimestamp")
public Long payTimestamp;
/**
* example:
* 1
*/
@NameInMap("payType")
public String payType;
@NameInMap("refundAmount")
public Long refundAmount;
@NameInMap("refundStatus")
public Integer refundStatus;
@NameInMap("refundTime")
public String refundTime;
/**
* example:
* 1672973971107
*/
@NameInMap("refundTimestamp")
public Long refundTimestamp;
/**
* example:
* 教育产品
*/
@NameInMap("subject")
public String subject;
/**
* example:
* 2022080311111
*/
@NameInMap("tradeNo")
public String tradeNo;
public static QuerySnsOrderResponseBody build(java.util.Map map) throws Exception {
QuerySnsOrderResponseBody self = new QuerySnsOrderResponseBody();
return TeaModel.build(map, self);
}
public QuerySnsOrderResponseBody setActualAmount(Long actualAmount) {
this.actualAmount = actualAmount;
return this;
}
public Long getActualAmount() {
return this.actualAmount;
}
public QuerySnsOrderResponseBody setAlipayAppId(String alipayAppId) {
this.alipayAppId = alipayAppId;
return this;
}
public String getAlipayAppId() {
return this.alipayAppId;
}
public QuerySnsOrderResponseBody setCloseTime(String closeTime) {
this.closeTime = closeTime;
return this;
}
public String getCloseTime() {
return this.closeTime;
}
public QuerySnsOrderResponseBody setCloseTimestamp(Long closeTimestamp) {
this.closeTimestamp = closeTimestamp;
return this;
}
public Long getCloseTimestamp() {
return this.closeTimestamp;
}
public QuerySnsOrderResponseBody setCreateTime(String createTime) {
this.createTime = createTime;
return this;
}
public String getCreateTime() {
return this.createTime;
}
public QuerySnsOrderResponseBody setCreateTimestamp(Long createTimestamp) {
this.createTimestamp = createTimestamp;
return this;
}
public Long getCreateTimestamp() {
return this.createTimestamp;
}
public QuerySnsOrderResponseBody setLabelAmount(Long labelAmount) {
this.labelAmount = labelAmount;
return this;
}
public Long getLabelAmount() {
return this.labelAmount;
}
public QuerySnsOrderResponseBody setMerchantId(String merchantId) {
this.merchantId = merchantId;
return this;
}
public String getMerchantId() {
return this.merchantId;
}
public QuerySnsOrderResponseBody setMerchantMergeOrderNo(String merchantMergeOrderNo) {
this.merchantMergeOrderNo = merchantMergeOrderNo;
return this;
}
public String getMerchantMergeOrderNo() {
return this.merchantMergeOrderNo;
}
public QuerySnsOrderResponseBody setMerchantOrderNo(String merchantOrderNo) {
this.merchantOrderNo = merchantOrderNo;
return this;
}
public String getMerchantOrderNo() {
return this.merchantOrderNo;
}
public QuerySnsOrderResponseBody setOrderNo(String orderNo) {
this.orderNo = orderNo;
return this;
}
public String getOrderNo() {
return this.orderNo;
}
public QuerySnsOrderResponseBody setOrderType(String orderType) {
this.orderType = orderType;
return this;
}
public String getOrderType() {
return this.orderType;
}
public QuerySnsOrderResponseBody setOuterUserId(String outerUserId) {
this.outerUserId = outerUserId;
return this;
}
public String getOuterUserId() {
return this.outerUserId;
}
public QuerySnsOrderResponseBody setPayLogonId(String payLogonId) {
this.payLogonId = payLogonId;
return this;
}
public String getPayLogonId() {
return this.payLogonId;
}
public QuerySnsOrderResponseBody setPayStatus(Integer payStatus) {
this.payStatus = payStatus;
return this;
}
public Integer getPayStatus() {
return this.payStatus;
}
public QuerySnsOrderResponseBody setPayTime(String payTime) {
this.payTime = payTime;
return this;
}
public String getPayTime() {
return this.payTime;
}
public QuerySnsOrderResponseBody setPayTimestamp(Long payTimestamp) {
this.payTimestamp = payTimestamp;
return this;
}
public Long getPayTimestamp() {
return this.payTimestamp;
}
public QuerySnsOrderResponseBody setPayType(String payType) {
this.payType = payType;
return this;
}
public String getPayType() {
return this.payType;
}
public QuerySnsOrderResponseBody setRefundAmount(Long refundAmount) {
this.refundAmount = refundAmount;
return this;
}
public Long getRefundAmount() {
return this.refundAmount;
}
public QuerySnsOrderResponseBody setRefundStatus(Integer refundStatus) {
this.refundStatus = refundStatus;
return this;
}
public Integer getRefundStatus() {
return this.refundStatus;
}
public QuerySnsOrderResponseBody setRefundTime(String refundTime) {
this.refundTime = refundTime;
return this;
}
public String getRefundTime() {
return this.refundTime;
}
public QuerySnsOrderResponseBody setRefundTimestamp(Long refundTimestamp) {
this.refundTimestamp = refundTimestamp;
return this;
}
public Long getRefundTimestamp() {
return this.refundTimestamp;
}
public QuerySnsOrderResponseBody setSubject(String subject) {
this.subject = subject;
return this;
}
public String getSubject() {
return this.subject;
}
public QuerySnsOrderResponseBody setTradeNo(String tradeNo) {
this.tradeNo = tradeNo;
return this;
}
public String getTradeNo() {
return this.tradeNo;
}
}