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

com.antgroup.antchain.openapi.twc.models.ContractAccount Maven / Gradle / Ivy

There is a newer version: 1.12.23
Show newest version
// This file is auto-generated, don't edit it. Thanks.
package com.antgroup.antchain.openapi.twc.models;

import com.aliyun.tea.*;

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

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy