| Package | Description |
|---|---|
| com.thebeastshop.payment.dto | |
| com.thebeastshop.payment.enums | |
| com.thebeastshop.payment.vo | |
| com.thebeastshop.payment.vo.redirect |
| Modifier and Type | Field and Description |
|---|---|
protected PPaymentChannelEnum |
PPaymentQueryCondDTO.paymentChannel |
protected PPaymentChannelEnum |
PPaymentDTO.paymentChannel
支付渠道
|
| Modifier and Type | Method and Description |
|---|---|
PPaymentChannelEnum |
PPaymentQueryCondDTO.getPaymentChannel() |
PPaymentChannelEnum |
PPaymentDTO.getPaymentChannel() |
| Modifier and Type | Method and Description |
|---|---|
void |
PPaymentQueryCondDTO.setPaymentChannel(PPaymentChannelEnum paymentChannel) |
void |
PPaymentDTO.setPaymentChannel(PPaymentChannelEnum paymentChannel) |
| Constructor and Description |
|---|
PPaymentDTO(PPaymentChannelEnum paymentChannel) |
| Modifier and Type | Method and Description |
|---|---|
static PPaymentChannelEnum |
PPaymentChannelEnum.getEnumByCode(Integer code) |
static PPaymentChannelEnum |
PPaymentChannelEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PPaymentChannelEnum[] |
PPaymentChannelEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
PPaymentChannelEnum |
PPaymentTradeVO.getPaymentChannel() |
| Modifier and Type | Method and Description |
|---|---|
void |
PPaymentTradeVO.setPaymentChannel(PPaymentChannelEnum paymentChannel) |
| Modifier and Type | Method and Description |
|---|---|
PPaymentChannelEnum |
PRedirectRequestVO.getChannel() |
| Modifier and Type | Method and Description |
|---|---|
void |
PRedirectRequestVO.setChannel(PPaymentChannelEnum channel) |
Copyright © 2018. All rights reserved.