com.alipay.api.response.MybankMarketingCampaignBkpromoguardbaseLmitemdeleteSyncResponse Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of alipay-sdk-java Show documentation
Show all versions of alipay-sdk-java Show documentation
Alipay openapi SDK for Java
Copyright © 2018 杭州蚂蚁金服
All rights reserved.
版权所有 (C)杭州蚂蚁金服
http://open.alipay.com
package com.alipay.api.response;
import com.alipay.api.internal.mapping.ApiField;
import com.alipay.api.AlipayResponse;
/**
* ALIPAY API: mybank.marketing.campaign.bkpromoguardbase.lmitemdelete.sync response.
*
* @author auto create
* @since 1.0, 2023-05-31 03:01:57
*/
public class MybankMarketingCampaignBkpromoguardbaseLmitemdeleteSyncResponse extends AlipayResponse {
private static final long serialVersionUID = 1763346161651892573L;
/**
* request_id + 唯一 + LinkedMall商品删除同步场景 +返回请求中的服务标识
*/
@ApiField("request_id")
private String requestId;
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public String getRequestId( ) {
return this.requestId;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy