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

com.aliyun.dingtalkbizfinance_2_0.models.QueryUseNewInvoiceAppResponseBody 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 QueryUseNewInvoiceAppResponseBody extends TeaModel {
    /**
     * 

This parameter is required.

*/ @NameInMap("useNew") public Boolean useNew; public static QueryUseNewInvoiceAppResponseBody build(java.util.Map map) throws Exception { QueryUseNewInvoiceAppResponseBody self = new QueryUseNewInvoiceAppResponseBody(); return TeaModel.build(map, self); } public QueryUseNewInvoiceAppResponseBody setUseNew(Boolean useNew) { this.useNew = useNew; return this; } public Boolean getUseNew() { return this.useNew; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy