
com.alipay.api.response.AlipayCommerceLogisticsOrderInstantdeliveryPrecreateResponse Maven / Gradle / Ivy
package com.alipay.api.response;
import java.util.List;
import com.alipay.api.internal.mapping.ApiField;
import com.alipay.api.internal.mapping.ApiListField;
import com.alipay.api.domain.PreCreateWaybillIstd;
import com.alipay.api.AlipayResponse;
/**
* ALIPAY API: alipay.commerce.logistics.order.instantdelivery.precreate response.
*
* @author auto create
* @since 1.0, 2023-08-21 05:31:45
*/
public class AlipayCommerceLogisticsOrderInstantdeliveryPrecreateResponse extends AlipayResponse {
private static final long serialVersionUID = 4616983497776375585L;
/**
* 即时配送运单列表
*/
@ApiListField("waybills")
@ApiField("pre_create_waybill_istd")
private List waybills;
public void setWaybills(List waybills) {
this.waybills = waybills;
}
public List getWaybills( ) {
return this.waybills;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy