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

com.aliyun.dingtalkfinance_1_0.models.QueryWithholdingOrderResponseBody Maven / Gradle / Ivy

There is a newer version: 2.1.67
Show newest version
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.dingtalkfinance_1_0.models;

import com.aliyun.tea.*;

public class QueryWithholdingOrderResponseBody extends TeaModel {
    /**
     * 

This parameter is required.

* * example: *

10.01

*/ @NameInMap("amount") public String amount; /** *

This parameter is required.

* * example: *

2021-11-15 10:10:09

*/ @NameInMap("gmtCreate") public String gmtCreate; /** * example: *

2021-11-15 10:10:10

*/ @NameInMap("gmtPay") public String gmtPay; /** *

This parameter is required.

* * example: *

202111010001

*/ @NameInMap("instId") public String instId; /** *

This parameter is required.

* * example: *

202121241343151

*/ @NameInMap("orderNo") public String orderNo; /** *

This parameter is required.

* * example: *

202111020001

*/ @NameInMap("outTradeNo") public String outTradeNo; /** *

This parameter is required.

* * example: *

ALIPAY

*/ @NameInMap("payChannel") public String payChannel; /** *

This parameter is required.

* * example: *

13****09

*/ @NameInMap("payChannelAccountNo") public String payChannelAccountNo; /** *

This parameter is required.

* * example: *

123124

*/ @NameInMap("payerUserId") public String payerUserId; /** * example: *

备注

*/ @NameInMap("remark") public String remark; /** *

This parameter is required.

* * example: *

SUCCESS

*/ @NameInMap("status") public String status; /** *

This parameter is required.

* * example: *

1001

*/ @NameInMap("subInstId") public String subInstId; /** *

This parameter is required.

* * example: *

餐费

*/ @NameInMap("title") public String title; public static QueryWithholdingOrderResponseBody build(java.util.Map map) throws Exception { QueryWithholdingOrderResponseBody self = new QueryWithholdingOrderResponseBody(); return TeaModel.build(map, self); } public QueryWithholdingOrderResponseBody setAmount(String amount) { this.amount = amount; return this; } public String getAmount() { return this.amount; } public QueryWithholdingOrderResponseBody setGmtCreate(String gmtCreate) { this.gmtCreate = gmtCreate; return this; } public String getGmtCreate() { return this.gmtCreate; } public QueryWithholdingOrderResponseBody setGmtPay(String gmtPay) { this.gmtPay = gmtPay; return this; } public String getGmtPay() { return this.gmtPay; } public QueryWithholdingOrderResponseBody setInstId(String instId) { this.instId = instId; return this; } public String getInstId() { return this.instId; } public QueryWithholdingOrderResponseBody setOrderNo(String orderNo) { this.orderNo = orderNo; return this; } public String getOrderNo() { return this.orderNo; } public QueryWithholdingOrderResponseBody setOutTradeNo(String outTradeNo) { this.outTradeNo = outTradeNo; return this; } public String getOutTradeNo() { return this.outTradeNo; } public QueryWithholdingOrderResponseBody setPayChannel(String payChannel) { this.payChannel = payChannel; return this; } public String getPayChannel() { return this.payChannel; } public QueryWithholdingOrderResponseBody setPayChannelAccountNo(String payChannelAccountNo) { this.payChannelAccountNo = payChannelAccountNo; return this; } public String getPayChannelAccountNo() { return this.payChannelAccountNo; } public QueryWithholdingOrderResponseBody setPayerUserId(String payerUserId) { this.payerUserId = payerUserId; return this; } public String getPayerUserId() { return this.payerUserId; } public QueryWithholdingOrderResponseBody setRemark(String remark) { this.remark = remark; return this; } public String getRemark() { return this.remark; } public QueryWithholdingOrderResponseBody setStatus(String status) { this.status = status; return this; } public String getStatus() { return this.status; } public QueryWithholdingOrderResponseBody setSubInstId(String subInstId) { this.subInstId = subInstId; return this; } public String getSubInstId() { return this.subInstId; } public QueryWithholdingOrderResponseBody setTitle(String title) { this.title = title; return this; } public String getTitle() { return this.title; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy