public enum WxTransferType extends Enum<WxTransferType> implements TransferType
Enum Constant and Description |
---|
GETTRANSFERINFO
查询转账到零钱的记录
|
PAY_BANK
转账到银行卡
|
QUERY_BANK
查询转账到银行卡的记录
|
TRANSFERS
转账到零钱
|
Modifier and Type | Method and Description |
---|---|
String |
getMethod()
获取接口
|
String |
getType()
获取交易类型
|
static WxTransferType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WxTransferType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WxTransferType TRANSFERS
public static final WxTransferType GETTRANSFERINFO
public static final WxTransferType PAY_BANK
public static final WxTransferType QUERY_BANK
public static WxTransferType[] values()
for (WxTransferType c : WxTransferType.values()) System.out.println(c);
public static WxTransferType 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 nullpublic String getType()
TransactionType
getType
in interface TransactionType
public String getMethod()
TransactionType
getMethod
in interface TransactionType
Copyright © 2019. All rights reserved.