| Package | Description |
|---|---|
| cn.felord.mp.domain.card | |
| cn.felord.mp.enumeration |
| Modifier and Type | Field and Description |
|---|---|
private CardBgColor |
UpdateBaseInfo.color
颜色
|
private CardBgColor |
MemberCardBaseInfo.color
颜色
|
| Modifier and Type | Method and Description |
|---|---|
UpdateBaseInfo |
UpdateBaseInfo.color(CardBgColor color)
Color update base info.
|
| Constructor and Description |
|---|
MemberCardBaseInfo(String logoUrl,
CardCodeType codeType,
String notice,
String description,
String brandName,
String title,
CardBgColor color,
DateInfo dateInfo,
PayInfo payInfo,
Sku sku,
Boolean isPayAndQrcode,
Boolean useCustomCode,
Boolean bindOpenid,
String servicePhone,
List<Integer> locationIdList,
Boolean useAllLocations,
String centerTitle,
String centerSubTitle,
String centerUrl,
String customUrlName,
String customUrl,
String customUrlSubTitle,
String promotionUrlName,
String promotionUrl,
String promotionUrlSubTitle,
Integer getLimit,
Boolean canShare,
Boolean canGiveFriend,
Boolean needPushOnView,
CardStatus status)
Instantiates a new Member card base info.
|
| Modifier and Type | Method and Description |
|---|---|
static CardBgColor |
CardBgColor.deserialize(String color)
Deserialize card bg color.
|
static CardBgColor |
CardBgColor.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CardBgColor[] |
CardBgColor.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2024. All rights reserved.