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

com.alipay.api.response.AlipayFundFlexiblestaffingEmployeehomeQueryResponse 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.response;

import com.alipay.api.internal.mapping.ApiField;
import com.alipay.api.domain.EmployeeCardInfoResDTO;
import com.alipay.api.domain.RentAgreementInfoDTO;
import com.alipay.api.domain.RentServiceInfoDTO;

import com.alipay.api.AlipayResponse;

/**
 * ALIPAY API: alipay.fund.flexiblestaffing.employeehome.query response.
 * 
 * @author auto create
 * @since 1.0, 2024-11-18 16:12:22
 */
public class AlipayFundFlexiblestaffingEmployeehomeQueryResponse extends AlipayResponse {

	private static final long serialVersionUID = 4756682558173853516L;

	/** 
	 * 授权状态
	 */
	@ApiField("apply_status")
	private String applyStatus;

	/** 
	 * 场景码
	 */
	@ApiField("biz_scene")
	private String bizScene;

	/** 
	 * 零工卡信息
	 */
	@ApiField("employee_card_info")
	private EmployeeCardInfoResDTO employeeCardInfo;

	/** 
	 * 商户端为以订单号
	 */
	@ApiField("out_biz_no")
	private String outBizNo;

	/** 
	 * 产品码
	 */
	@ApiField("product_code")
	private String productCode;

	/** 
	 * 租赁账户信息
	 */
	@ApiField("rent_agreement_info")
	private RentAgreementInfoDTO rentAgreementInfo;

	/** 
	 * 接待专户信息
	 */
	@ApiField("rent_service_info")
	private RentServiceInfoDTO rentServiceInfo;

	public void setApplyStatus(String applyStatus) {
		this.applyStatus = applyStatus;
	}
	public String getApplyStatus( ) {
		return this.applyStatus;
	}

	public void setBizScene(String bizScene) {
		this.bizScene = bizScene;
	}
	public String getBizScene( ) {
		return this.bizScene;
	}

	public void setEmployeeCardInfo(EmployeeCardInfoResDTO employeeCardInfo) {
		this.employeeCardInfo = employeeCardInfo;
	}
	public EmployeeCardInfoResDTO getEmployeeCardInfo( ) {
		return this.employeeCardInfo;
	}

	public void setOutBizNo(String outBizNo) {
		this.outBizNo = outBizNo;
	}
	public String getOutBizNo( ) {
		return this.outBizNo;
	}

	public void setProductCode(String productCode) {
		this.productCode = productCode;
	}
	public String getProductCode( ) {
		return this.productCode;
	}

	public void setRentAgreementInfo(RentAgreementInfoDTO rentAgreementInfo) {
		this.rentAgreementInfo = rentAgreementInfo;
	}
	public RentAgreementInfoDTO getRentAgreementInfo( ) {
		return this.rentAgreementInfo;
	}

	public void setRentServiceInfo(RentServiceInfoDTO rentServiceInfo) {
		this.rentServiceInfo = rentServiceInfo;
	}
	public RentServiceInfoDTO getRentServiceInfo( ) {
		return this.rentServiceInfo;
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy