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

com.aliyun.dingtalkbizfinance_2_0.models.QueryPaymentRecallFileRequest Maven / Gradle / Ivy

// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.dingtalkbizfinance_2_0.models;

import com.aliyun.tea.*;

public class QueryPaymentRecallFileRequest extends TeaModel {
    /**
     * example:
     * 

504

*/ @NameInMap("userId") public String userId; public static QueryPaymentRecallFileRequest build(java.util.Map map) throws Exception { QueryPaymentRecallFileRequest self = new QueryPaymentRecallFileRequest(); return TeaModel.build(map, self); } public QueryPaymentRecallFileRequest setUserId(String userId) { this.userId = userId; return this; } public String getUserId() { return this.userId; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy