All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.aliyun.dingtalkedu_1_0.models.QueryOrderResponseBody Maven / Gradle / Ivy

The newest version!
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.dingtalkedu_1_0.models;

import com.aliyun.tea.*;

public class QueryOrderResponseBody 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; /** * example: *

fagweefdsdgfa

*/ @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; /** * example: *

2022-11-04T17:15Z

*/ @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 QueryOrderResponseBody build(java.util.Map map) throws Exception { QueryOrderResponseBody self = new QueryOrderResponseBody(); return TeaModel.build(map, self); } public QueryOrderResponseBody setActualAmount(Long actualAmount) { this.actualAmount = actualAmount; return this; } public Long getActualAmount() { return this.actualAmount; } public QueryOrderResponseBody setAlipayAppId(String alipayAppId) { this.alipayAppId = alipayAppId; return this; } public String getAlipayAppId() { return this.alipayAppId; } public QueryOrderResponseBody setCloseTime(String closeTime) { this.closeTime = closeTime; return this; } public String getCloseTime() { return this.closeTime; } public QueryOrderResponseBody setCloseTimestamp(Long closeTimestamp) { this.closeTimestamp = closeTimestamp; return this; } public Long getCloseTimestamp() { return this.closeTimestamp; } public QueryOrderResponseBody setCreateTime(String createTime) { this.createTime = createTime; return this; } public String getCreateTime() { return this.createTime; } public QueryOrderResponseBody setCreateTimestamp(Long createTimestamp) { this.createTimestamp = createTimestamp; return this; } public Long getCreateTimestamp() { return this.createTimestamp; } public QueryOrderResponseBody setLabelAmount(Long labelAmount) { this.labelAmount = labelAmount; return this; } public Long getLabelAmount() { return this.labelAmount; } public QueryOrderResponseBody setMerchantId(String merchantId) { this.merchantId = merchantId; return this; } public String getMerchantId() { return this.merchantId; } public QueryOrderResponseBody setMerchantMergeOrderNo(String merchantMergeOrderNo) { this.merchantMergeOrderNo = merchantMergeOrderNo; return this; } public String getMerchantMergeOrderNo() { return this.merchantMergeOrderNo; } public QueryOrderResponseBody setMerchantOrderNo(String merchantOrderNo) { this.merchantOrderNo = merchantOrderNo; return this; } public String getMerchantOrderNo() { return this.merchantOrderNo; } public QueryOrderResponseBody setOrderNo(String orderNo) { this.orderNo = orderNo; return this; } public String getOrderNo() { return this.orderNo; } public QueryOrderResponseBody setOrderType(String orderType) { this.orderType = orderType; return this; } public String getOrderType() { return this.orderType; } public QueryOrderResponseBody setOuterUserId(String outerUserId) { this.outerUserId = outerUserId; return this; } public String getOuterUserId() { return this.outerUserId; } public QueryOrderResponseBody setPayLogonId(String payLogonId) { this.payLogonId = payLogonId; return this; } public String getPayLogonId() { return this.payLogonId; } public QueryOrderResponseBody setPayStatus(Integer payStatus) { this.payStatus = payStatus; return this; } public Integer getPayStatus() { return this.payStatus; } public QueryOrderResponseBody setPayTime(String payTime) { this.payTime = payTime; return this; } public String getPayTime() { return this.payTime; } public QueryOrderResponseBody setPayTimestamp(Long payTimestamp) { this.payTimestamp = payTimestamp; return this; } public Long getPayTimestamp() { return this.payTimestamp; } public QueryOrderResponseBody setPayType(String payType) { this.payType = payType; return this; } public String getPayType() { return this.payType; } public QueryOrderResponseBody setRefundAmount(Long refundAmount) { this.refundAmount = refundAmount; return this; } public Long getRefundAmount() { return this.refundAmount; } public QueryOrderResponseBody setRefundStatus(Integer refundStatus) { this.refundStatus = refundStatus; return this; } public Integer getRefundStatus() { return this.refundStatus; } public QueryOrderResponseBody setRefundTime(String refundTime) { this.refundTime = refundTime; return this; } public String getRefundTime() { return this.refundTime; } public QueryOrderResponseBody setRefundTimestamp(Long refundTimestamp) { this.refundTimestamp = refundTimestamp; return this; } public Long getRefundTimestamp() { return this.refundTimestamp; } public QueryOrderResponseBody setSubject(String subject) { this.subject = subject; return this; } public String getSubject() { return this.subject; } public QueryOrderResponseBody setTradeNo(String tradeNo) { this.tradeNo = tradeNo; return this; } public String getTradeNo() { return this.tradeNo; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy