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

com.aliyun.dingtalkbizfinance_1_0.models.QueryReceiptsByPageResponseBody Maven / Gradle / Ivy

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

import com.aliyun.tea.*;

public class QueryReceiptsByPageResponseBody extends TeaModel {
    /**
     * 

This parameter is required.

* * example: *

false

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

This parameter is required.

*/ @NameInMap("list") public java.util.List list; public static QueryReceiptsByPageResponseBody build(java.util.Map map) throws Exception { QueryReceiptsByPageResponseBody self = new QueryReceiptsByPageResponseBody(); return TeaModel.build(map, self); } public QueryReceiptsByPageResponseBody setHasMore(String hasMore) { this.hasMore = hasMore; return this; } public String getHasMore() { return this.hasMore; } public QueryReceiptsByPageResponseBody setList(java.util.List list) { this.list = list; return this; } public java.util.List getList() { return this.list; } public static class QueryReceiptsByPageResponseBodyList extends TeaModel { /** *

This parameter is required.

* * example: *

1234

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

This parameter is required.

* * example: *

{"operatorUserId":"015865244722391178","data":{"amount":{"amountStr":"566"},"code":"d0d54815-32c5-4b18-8391-e79713bba95e","payeeAt":1637251200000,"departmentCode":"-1","project":{"projectCode":"PROJ_101761F3FF6B21362ECA000N","projectName":"客户合作项目"},"principalId":"015865244722391178","enterpriseAccount":{},"approvedAt":1637305373000,"title":"地狱猫提交的智能财务-收款","createAt":1637305353000,"paymentAt":1637251200000,"supplier":{},"operateUserId":"015865244722391178","applicantEmployeeId":"015865244722391178","comment":"ffff","category":{"categoryCode":"INC_1016D6CB3C181E28F0120009","categoryName":"销售收入"},"customer":{"customerCode":"CUS_10178592ECEC2133C893000F","customerName":"钉钉"},"status":"agree"}}

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

This parameter is required.

* * example: *

EM-1017F28E03350B1738B3000X

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

This parameter is required.

* * example: *

approval

*/ @NameInMap("source") public String source; public static QueryReceiptsByPageResponseBodyList build(java.util.Map map) throws Exception { QueryReceiptsByPageResponseBodyList self = new QueryReceiptsByPageResponseBodyList(); return TeaModel.build(map, self); } public QueryReceiptsByPageResponseBodyList setAppId(String appId) { this.appId = appId; return this; } public String getAppId() { return this.appId; } public QueryReceiptsByPageResponseBodyList setData(String data) { this.data = data; return this; } public String getData() { return this.data; } public QueryReceiptsByPageResponseBodyList setModelId(String modelId) { this.modelId = modelId; return this; } public String getModelId() { return this.modelId; } public QueryReceiptsByPageResponseBodyList setSource(String source) { this.source = source; return this; } public String getSource() { return this.source; } } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy