| 程序包 | 说明 |
|---|---|
| ltd.vastchain.sdk.enums | |
| ltd.vastchain.sdk.param |
| 限定符和类型 | 方法和说明 |
|---|---|
static MerchantTypeEnum |
MerchantTypeEnum.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static MerchantTypeEnum[] |
MerchantTypeEnum.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
MerchantTypeEnum |
CreateMerchantParam.getType() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
CreateMerchantParam.setType(MerchantTypeEnum type) |
| 构造器和说明 |
|---|
CreateMerchantParam(MerchantTypeEnum type,
String displayName,
String pw,
String appId,
String parentMerchantId,
Boolean disabled) |
Copyright © 2020. All rights reserved.