com.alipay.api.response.KoubeiCateringOrderBillApplyResponse Maven / Gradle / Ivy
package com.alipay.api.response;
import com.alipay.api.internal.mapping.ApiField;
import com.alipay.api.AlipayResponse;
/**
* ALIPAY API: koubei.catering.order.bill.apply response.
*
* @author auto create
* @since 1.0, 2024-07-04 19:36:27
*/
public class KoubeiCateringOrderBillApplyResponse extends AlipayResponse {
private static final long serialVersionUID = 5497279777576292814L;
/**
* 是否需要重试
*/
@ApiField("retry")
private Boolean retry;
public void setRetry(Boolean retry) {
this.retry = retry;
}
public Boolean getRetry( ) {
return this.retry;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy