| Package | Description |
|---|---|
| com.thebeastshop.payment.dto | |
| com.thebeastshop.payment.enums | |
| com.thebeastshop.payment.vo |
| Modifier and Type | Field and Description |
|---|---|
protected PTransTypeEnum |
PPaymentDTO.transType
交易类型
|
| Modifier and Type | Method and Description |
|---|---|
PTransTypeEnum |
PPaymentQueryCondDTO.getTransType() |
PTransTypeEnum |
PPaymentDTO.getTransType() |
| Modifier and Type | Method and Description |
|---|---|
void |
PPaymentQueryCondDTO.setTransType(PTransTypeEnum transType) |
void |
PPaymentDTO.setTransType(PTransTypeEnum transType) |
| Modifier and Type | Method and Description |
|---|---|
static PTransTypeEnum |
PTransTypeEnum.getEnumByCode(Integer code) |
static PTransTypeEnum |
PTransTypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PTransTypeEnum[] |
PTransTypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
PTransTypeEnum |
PPaymentTradeVO.getTransType() |
PTransTypeEnum |
PPaymentResultVO.getTransType() |
| Modifier and Type | Method and Description |
|---|---|
void |
PPaymentTradeVO.setTransType(PTransTypeEnum transType) |
void |
PPaymentResultVO.setTransType(PTransTypeEnum transType) |
Copyright © 2018. All rights reserved.