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

com.alipay.api.domain.DatadigitalFincloudFinsaasBcmDigitalrmbSendModel Maven / Gradle / Ivy

Go to download

Alipay openapi SDK for Java Copyright © 2018 杭州蚂蚁金服 All rights reserved. 版权所有 (C)杭州蚂蚁金服 http://open.alipay.com

There is a newer version: 4.40.21.ALL
Show newest version
package com.alipay.api.domain;

import com.alipay.api.AlipayObject;
import com.alipay.api.internal.mapping.ApiField;

/**
 * 交通银行数字人民币发放接口
 *
 * @author auto create
 * @since 1.0, 2023-06-25 10:33:01
 */
public class DatadigitalFincloudFinsaasBcmDigitalrmbSendModel extends AlipayObject {

	private static final long serialVersionUID = 4185243532211248169L;

	/**
	 * 手机号密文
	 */
	@ApiField("phone_num_encrypt")
	private String phoneNumEncrypt;

	/**
	 * 短信验证码
	 */
	@ApiField("sms_code")
	private String smsCode;

	/**
	 * 广告投放页链接
	 */
	@ApiField("web_page_url")
	private String webPageUrl;

	public String getPhoneNumEncrypt() {
		return this.phoneNumEncrypt;
	}
	public void setPhoneNumEncrypt(String phoneNumEncrypt) {
		this.phoneNumEncrypt = phoneNumEncrypt;
	}

	public String getSmsCode() {
		return this.smsCode;
	}
	public void setSmsCode(String smsCode) {
		this.smsCode = smsCode;
	}

	public String getWebPageUrl() {
		return this.webPageUrl;
	}
	public void setWebPageUrl(String webPageUrl) {
		this.webPageUrl = webPageUrl;
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy