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

com.aliyun.dingtalkbizfinance_1_0.models.QueryBenefitRequest 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.dingtalkbizfinance_1_0.models;

import com.aliyun.tea.*;

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

B_SF2_INVOICE_CHECK_V2

*/ @NameInMap("benefitCode") public String benefitCode; public static QueryBenefitRequest build(java.util.Map map) throws Exception { QueryBenefitRequest self = new QueryBenefitRequest(); return TeaModel.build(map, self); } public QueryBenefitRequest setBenefitCode(String benefitCode) { this.benefitCode = benefitCode; return this; } public String getBenefitCode() { return this.benefitCode; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy