public class AbandonCardCodeRequest extends Object
| Modifier and Type | Field and Description |
|---|---|
private String |
cardId |
private String |
code |
private String |
reason |
| Constructor and Description |
|---|
AbandonCardCodeRequest() |
| Modifier and Type | Method and Description |
|---|---|
static AbandonCardCodeRequest |
customCode(String code,
String cardId)
自定义code卡券的请求
|
static AbandonCardCodeRequest |
defaultCode(String code,
String reason)
非自定义卡券的请求
|
private final String code
private final String cardId
private final String reason
public static AbandonCardCodeRequest defaultCode(String code, String reason)
code - the codereason - the reasonpublic static AbandonCardCodeRequest customCode(String code, String cardId)
code - the codecardId - the card idCopyright © 2024. All rights reserved.