public class UpdateBaseInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
private Boolean |
canGiveFriend
卡券是否可转赠,默认为true
|
private Boolean |
canShare
卡券领取页面是否可分享,默认为true
|
private String |
centerSubTitle
显示在入口下方的提示语 , 仅在卡券激活后且可用状态时显示
|
private String |
centerTitle
卡券中部居中的按钮,仅在卡券激活后且可用状态 时显示
|
private String |
centerUrl
顶部居中的url ,仅在卡券激活后且可用状态时显示
|
private CardCodeType |
codeType
码型
|
private CardBgColor |
color
颜色
|
private String |
customUrl
自定义跳转的URL
|
private String |
customUrlName
自定义跳转外链的入口名字
|
private String |
customUrlSubTitle
显示在入口右侧的提示语
|
private DateInfo |
dateInfo
使用日期,有效期的信息
|
private String |
description
卡券使用说明,字数上限为1024个汉字。
|
private Integer |
getLimit
每人可领券的数量限制,建议会员卡每人限领一张
|
private PayInfo |
isPayAndQrcode
是否设置该会员卡中部的按钮同时支持微信支付刷卡和会员卡二维码
|
private List<Integer> |
locationIdList
门店位置ID。调用 POI门店管理接口 获取门店位置ID
|
private String |
logoUrl
卡券的商户logo,建议像素为300*300
|
private String |
notice
卡券使用提醒,字数上限为16个汉字。
|
private PayInfo |
payInfo
支付功能结构体
|
private String |
promotionUrl
营销入口跳转外链的地址链接
|
private String |
promotionUrlName
营销场景的自定义入口名称
|
private String |
promotionUrlSubTitle
显示在营销入口右侧的提示语
|
private String |
servicePhone
客服电话
|
private String |
title
会员卡标题,字数上限为9个汉字
|
private Boolean |
useAllLocations
支持全部门店,填入后卡券门店跟随商户门店更新而更新
|
| Constructor and Description |
|---|
UpdateBaseInfo() |
| Modifier and Type | Method and Description |
|---|---|
UpdateBaseInfo |
canGiveFriend(Boolean canGiveFriend)
Can give friend update base info.
|
UpdateBaseInfo |
canShare(Boolean canShare)
Can share update base info.
|
UpdateBaseInfo |
centerSubTitle(String centerSubTitle)
Center sub title update base info.
|
UpdateBaseInfo |
centerTitle(String centerTitle)
Center title update base info.
|
UpdateBaseInfo |
centerUrl(String centerUrl)
Center url update base info.
|
UpdateBaseInfo |
codeType(CardCodeType codeType)
Code type update base info.
|
UpdateBaseInfo |
color(CardBgColor color)
Color update base info.
|
UpdateBaseInfo |
customUrl(String customUrl)
Custom url update base info.
|
UpdateBaseInfo |
customUrlName(String customUrlName)
Custom url name update base info.
|
UpdateBaseInfo |
customUrlSubTitle(String customUrlSubTitle)
Custom url sub title update base info.
|
UpdateBaseInfo |
dateInfo(DateInfo dateInfo)
Date info update base info.
|
UpdateBaseInfo |
description(String description)
Description update base info.
|
UpdateBaseInfo |
getLimit(Integer getLimit)
Gets limit.
|
UpdateBaseInfo |
locationIdList(List<Integer> locationIdList)
Location id list update base info.
|
UpdateBaseInfo |
logoUrl(String logoUrl)
Logo url update base info.
|
UpdateBaseInfo |
notice(String notice)
Notice update base info.
|
UpdateBaseInfo |
payAndQrcode(PayInfo isPayAndQrcode)
Pay and qrcode update base info.
|
UpdateBaseInfo |
payInfo(PayInfo payInfo)
Pay info update base info.
|
UpdateBaseInfo |
promotionUrl(String promotionUrl)
Promotion url update base info.
|
UpdateBaseInfo |
promotionUrlName(String promotionUrlName)
Promotion url name update base info.
|
UpdateBaseInfo |
promotionUrlSubTitle(String promotionUrlSubTitle)
Promotion url sub title update base info.
|
UpdateBaseInfo |
servicePhone(String servicePhone)
Service phone update base info.
|
UpdateBaseInfo |
title(String title)
Title update base info.
|
UpdateBaseInfo |
useAllLocations(Boolean useAllLocations)
Use all locations update base info.
|
private String title
private String logoUrl
private String notice
private String description
private String servicePhone
private CardBgColor color
private Boolean useAllLocations
private String centerTitle
private String centerSubTitle
private String centerUrl
private String customUrlName
private String customUrl
private String customUrlSubTitle
private String promotionUrlName
private String promotionUrl
private String promotionUrlSubTitle
private CardCodeType codeType
private PayInfo payInfo
private PayInfo isPayAndQrcode
private Integer getLimit
private Boolean canShare
private Boolean canGiveFriend
private DateInfo dateInfo
public UpdateBaseInfo logoUrl(String logoUrl)
logoUrl - the logo urlpublic UpdateBaseInfo notice(String notice)
notice - the noticepublic UpdateBaseInfo description(String description)
description - the descriptionpublic UpdateBaseInfo servicePhone(String servicePhone)
servicePhone - the service phonepublic UpdateBaseInfo color(CardBgColor color)
color - the colorpublic UpdateBaseInfo centerTitle(String centerTitle)
centerTitle - the center titlepublic UpdateBaseInfo centerSubTitle(String centerSubTitle)
centerSubTitle - the center sub titlepublic UpdateBaseInfo centerUrl(String centerUrl)
centerUrl - the center urlpublic UpdateBaseInfo locationIdList(List<Integer> locationIdList)
locationIdList - the location id listpublic UpdateBaseInfo customUrlName(String customUrlName)
customUrlName - the custom url namepublic UpdateBaseInfo customUrl(String customUrl)
customUrl - the custom urlpublic UpdateBaseInfo customUrlSubTitle(String customUrlSubTitle)
customUrlSubTitle - the custom url sub titlepublic UpdateBaseInfo promotionUrlName(String promotionUrlName)
promotionUrlName - the promotion url namepublic UpdateBaseInfo promotionUrl(String promotionUrl)
promotionUrl - the promotion urlpublic UpdateBaseInfo promotionUrlSubTitle(String promotionUrlSubTitle)
promotionUrlSubTitle - the promotion url sub titlepublic UpdateBaseInfo codeType(CardCodeType codeType)
codeType - the code typepublic UpdateBaseInfo getLimit(Integer getLimit)
getLimit - the get limitpublic UpdateBaseInfo canShare(Boolean canShare)
canShare - the can sharepublic UpdateBaseInfo canGiveFriend(Boolean canGiveFriend)
canGiveFriend - the can give friendpublic UpdateBaseInfo dateInfo(DateInfo dateInfo)
dateInfo - the date infopublic UpdateBaseInfo title(String title)
title - the titlepublic UpdateBaseInfo useAllLocations(Boolean useAllLocations)
useAllLocations - the use all locationspublic UpdateBaseInfo payInfo(PayInfo payInfo)
payInfo - the pay infopublic UpdateBaseInfo payAndQrcode(PayInfo isPayAndQrcode)
isPayAndQrcode - the is pay and qrcodeCopyright © 2023. All rights reserved.