公会-提现-账户-增加PIX
This commit is contained in:
@@ -31,7 +31,9 @@ public enum CountryEnum {
|
||||
PK("Pakistan", List.of(PartitionEnum.ENGLISH2.getId())), // 巴基斯坦
|
||||
VN("Vietnam", List.of(PartitionEnum.ENGLISH2.getId())), // 越南
|
||||
IN("India", List.of(PartitionEnum.ENGLISH2.getId())), // 印度
|
||||
NG("Nigeria", List.of(PartitionEnum.ENGLISH2.getId())); // 尼日利亚
|
||||
NG("Nigeria", List.of(PartitionEnum.ENGLISH2.getId())), // 尼日利亚
|
||||
|
||||
BR("Brazil", List.of(PartitionEnum.ENGLISH2.getId())),
|
||||
;
|
||||
|
||||
private String name;
|
||||
|
@@ -17,6 +17,11 @@ public enum GuildWithdrawAccountFieldEnum {
|
||||
SWIFT_CODE("swift_code", Constant.status.delete),
|
||||
FULL_NAME("full_name", Constant.status.delete),
|
||||
ADDRESS("address", Constant.status.delete),
|
||||
|
||||
DOCUMENT_ID("document_id", Constant.status.delete),
|
||||
ACCOUNT_TYPE("account_type", Constant.status.delete),
|
||||
ACCOUNT_NO("account_no", Constant.status.delete),
|
||||
ACCOUNT_NAME("account_name", Constant.status.delete),
|
||||
;
|
||||
|
||||
private String fieldName;
|
||||
|
@@ -65,6 +65,11 @@ public enum GuildWithdrawAccountTypeEnum {
|
||||
"PKR", true,
|
||||
List.of(GuildWithdrawAccountFieldEnum.COUNTRY, GuildWithdrawAccountFieldEnum.BANK_ACCOUNT, GuildWithdrawAccountFieldEnum.FULL_NAME)),
|
||||
|
||||
PIX("pix", 16, List.of(CountryEnum.BR),
|
||||
"BRL", true,
|
||||
List.of(GuildWithdrawAccountFieldEnum.COUNTRY, GuildWithdrawAccountFieldEnum.DOCUMENT_ID, GuildWithdrawAccountFieldEnum.ACCOUNT_TYPE,
|
||||
GuildWithdrawAccountFieldEnum.ACCOUNT_NO, GuildWithdrawAccountFieldEnum.ACCOUNT_NAME)),
|
||||
|
||||
;
|
||||
|
||||
private String type;
|
||||
|
Reference in New Issue
Block a user