com.antgroup.antchain.openapi.ak_195dff03d395462ea294bafdba69df3f.models.SubmitAntchainAtoFrontSignRequest Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of openapi-ak_195dff03d395462ea294bafdba69df3f Show documentation
Show all versions of openapi-ak_195dff03d395462ea294bafdba69df3f Show documentation
Ant Chain ak_195dff03d395462ea294bafdba69df3f SDK for Java
// This file is auto-generated, don't edit it. Thanks.
package com.antgroup.antchain.openapi.ak_195dff03d395462ea294bafdba69df3f.models;
import com.aliyun.tea.*;
public class SubmitAntchainAtoFrontSignRequest extends TeaModel {
// OAuth模式下的授权token
@NameInMap("auth_token")
public String authToken;
@NameInMap("product_instance_id")
public String productInstanceId;
// 商户的订单号
@NameInMap("order_id")
@Validation(required = true, maxLength = 64, minLength = 4)
public String orderId;
// CRED_PSN_CH_IDCARD: 大陆身份证
// CRED_PSN_CH_TWCARD:台湾来往大陆通行证
// CRED_PSN_CH_MACAO":澳门来往大陆通行证
// CRED_PSN_CH_HONGKONG:香港来往大陆通行证
// CRED_PSN_PASSPORT:护照
@NameInMap("user_id_type")
@Validation(required = true, maxLength = 40, minLength = 4)
public String userIdType;
// 用户证件号,需要采用RSA加密传输
@NameInMap("user_id_number")
@Validation(required = true)
public String userIdNumber;
// 姓名,需要采用RSA加密传输
//
@NameInMap("user_name")
@Validation(required = true)
public String userName;
// 用户手机号,可不传;传的话需要采用RSA加密传输
//
@NameInMap("user_mobile")
public String userMobile;
// 用户的电子邮箱,可不传;传的话需要采用RSA加密传输
//
@NameInMap("user_email")
public String userEmail;
// 签署有效期,时间戳,例如:new Date().getTime()
@NameInMap("sign_validity")
public String signValidity;
// 1-短信;2-邮件
@NameInMap("flow_notify_type")
public String flowNotifyType;
// 业务场景,电子合同签署协议的时候的标题
//
@NameInMap("business_scene")
@Validation(required = true, maxLength = 200, minLength = 2)
public String businessScene;
// 签署完成跳转链接
//
@NameInMap("signed_redirect_url")
public String signedRedirectUrl;
// 签署的电子合同模板信息,List
© 2015 - 2024 Weber Informatics LLC | Privacy Policy