
com.alipay.api.response.ZhimaCustomerCertificationInitializeResponse Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of alipay-sdk Show documentation
Show all versions of alipay-sdk Show documentation
baidu push client api with maven
The newest version!
package com.alipay.api.response;
import com.alipay.api.internal.mapping.ApiField;
import com.alipay.api.AlipayResponse;
/**
* ALIPAY API: zhima.customer.certification.initialize response.
*
* @author auto create
* @since 1.0, 2017-05-04 18:48:14
*/
public class ZhimaCustomerCertificationInitializeResponse extends AlipayResponse {
private static final long serialVersionUID = 8221418254112338881L;
/**
* 本次认证的唯一标识,商户需要记录
*/
@ApiField("biz_no")
private String bizNo;
public void setBizNo(String bizNo) {
this.bizNo = bizNo;
}
public String getBizNo( ) {
return this.bizNo;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy