com.alipay.api.response.AlipayPcreditHuabeiPromoQueryResponse 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
alipay-sdk project for Spring Project
The newest version!
package com.alipay.api.response;
import com.alipay.api.internal.mapping.ApiField;
import com.alipay.api.AlipayResponse;
/**
* ALIPAY API: alipay.pcredit.huabei.promo.query response.
*
* @author auto create
* @since 1.0, 2016-03-03 17:48:05
*/
public class AlipayPcreditHuabeiPromoQueryResponse extends AlipayResponse {
private static final long serialVersionUID = 5421436763254819912L;
/**
* 花呗颜值分
*/
@ApiField("facescore")
private String facescore;
public void setFacescore(String facescore) {
this.facescore = facescore;
}
public String getFacescore( ) {
return this.facescore;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy