public enum PayoneerTransactionType extends Enum<PayoneerTransactionType> implements TransactionType
email: egzosn@gmail.com email: hayesfu@qq.com create 2017/1/16 0016
Enum Constant and Description |
---|
CHARGE
收款
|
CHARGE_CANCEL
取消收款(取消订单与退款)
|
CHARGE_STATUS
查询收款订单与订单状态
|
PAYEES_DETAILS
用户信息
|
PAYEES_STATUS
授权状态
|
PAYOUT_STATUS
转账状态查询
|
PAYOUTS
转账
|
REGISTRATION
注册授权
|
Modifier and Type | Method and Description |
---|---|
String |
getMethod()
获取接口名称
|
String |
getType()
获取交易类型
|
static PayoneerTransactionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PayoneerTransactionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PayoneerTransactionType REGISTRATION
public static final PayoneerTransactionType PAYEES_STATUS
public static final PayoneerTransactionType PAYEES_DETAILS
public static final PayoneerTransactionType CHARGE
public static final PayoneerTransactionType CHARGE_CANCEL
public static final PayoneerTransactionType CHARGE_STATUS
public static final PayoneerTransactionType PAYOUTS
public static final PayoneerTransactionType PAYOUT_STATUS
public static PayoneerTransactionType[] values()
for (PayoneerTransactionType c : PayoneerTransactionType.values()) System.out.println(c);
public static PayoneerTransactionType 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()
getMethod
in interface TransactionType
Copyright © 2019. All rights reserved.