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

com.alipay.api.response.AlipayFundTransAacollectBatchCloseResponse Maven / Gradle / Ivy

package com.alipay.api.response;

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

import com.alipay.api.AlipayResponse;

/**
 * ALIPAY API: alipay.fund.trans.aacollect.batch.close response.
 * 
 * @author auto create
 * @since 1.0, 2024-07-04 17:31:58
 */
public class AlipayFundTransAacollectBatchCloseResponse extends AlipayResponse {

	private static final long serialVersionUID = 1383613629265356677L;

	/** 
	 * * 批次状态
     * 

* 一阶段模式: *

     *                                 ----> SUCCESS
     *                              /
     *                             /
     *          INIT ----------> FIRST_STAGE---> PART_SUCCESS
     *                             \
     *                              \
     *                               -----> FAIL
     *      
*

*/ @ApiField("batch_status") private String batchStatus; public void setBatchStatus(String batchStatus) { this.batchStatus = batchStatus; } public String getBatchStatus( ) { return this.batchStatus; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy