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

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

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

import com.aliyun.tea.*;

public class UpdateReceiptVoucherStatusResponseBody extends TeaModel {
    @NameInMap("result")
    public Boolean result;

    public static UpdateReceiptVoucherStatusResponseBody build(java.util.Map map) throws Exception {
        UpdateReceiptVoucherStatusResponseBody self = new UpdateReceiptVoucherStatusResponseBody();
        return TeaModel.build(map, self);
    }

    public UpdateReceiptVoucherStatusResponseBody setResult(Boolean result) {
        this.result = result;
        return this;
    }
    public Boolean getResult() {
        return this.result;
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy