public static enum CouponUseRule.CouponTradeType extends Enum<CouponUseRule.CouponTradeType>
| Enum Constant and Description |
|---|
APPPAY
APP支付
|
CARD
刷卡支付
|
FACE
人脸支付
|
MICROAPP
小程序支付
|
OTHER
其他支付
|
PPAY
免密支付
|
| Modifier and Type | Method and Description |
|---|---|
static CouponUseRule.CouponTradeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CouponUseRule.CouponTradeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CouponUseRule.CouponTradeType MICROAPP
public static final CouponUseRule.CouponTradeType APPPAY
public static final CouponUseRule.CouponTradeType PPAY
public static final CouponUseRule.CouponTradeType CARD
public static final CouponUseRule.CouponTradeType FACE
public static final CouponUseRule.CouponTradeType OTHER
public static CouponUseRule.CouponTradeType[] values()
for (CouponUseRule.CouponTradeType c : CouponUseRule.CouponTradeType.values()) System.out.println(c);
public static CouponUseRule.CouponTradeType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2021. All rights reserved.