| Package | Description |
|---|---|
| cn.felord.mp.domain.card | |
| cn.felord.mp.enumeration |
| Modifier and Type | Field and Description |
|---|---|
private CardStatus |
MemberCardBaseInfo.status
状态
|
| Modifier and Type | Field and Description |
|---|---|
private List<CardStatus> |
BatchCardRequest.statusList |
| 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.
|
| Constructor and Description |
|---|
BatchCardRequest(int offset,
int count,
List<CardStatus> statusList)
Instantiates a new Batch card request.
|
| Modifier and Type | Method and Description |
|---|---|
static CardStatus |
CardStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CardStatus[] |
CardStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2024. All rights reserved.