public abstract class PPaymentDTO
extends com.thebeastshop.common.BaseDO
| Modifier and Type | Field and Description |
|---|---|
protected com.thebeastshop.common.enums.AccessWayEnum |
accessWay
访问来源
|
protected String |
channelCode
渠道号
|
protected String |
channelName
渠道名称
|
protected Map<String,String> |
extensions
扩展字段
|
protected Long |
memberId
会员ID
|
protected String |
outTradeCode
外部流水号
|
protected BigDecimal |
paymentAmount
支付费用
|
protected String |
paymentBusinessCode
业务编号
|
protected PPaymentChannelEnum |
paymentChannel
支付渠道
|
protected String |
remark
备注
|
protected PTransTypeEnum |
transType
交易类型
|
| Modifier | Constructor and Description |
|---|---|
protected |
PPaymentDTO(PPaymentChannelEnum paymentChannel) |
protected com.thebeastshop.common.enums.AccessWayEnum accessWay
protected String channelCode
protected String channelName
protected PTransTypeEnum transType
protected Long memberId
protected PPaymentChannelEnum paymentChannel
protected BigDecimal paymentAmount
protected String outTradeCode
protected String paymentBusinessCode
protected String remark
protected PPaymentDTO(PPaymentChannelEnum paymentChannel)
public com.thebeastshop.common.enums.AccessWayEnum getAccessWay()
public void setAccessWay(com.thebeastshop.common.enums.AccessWayEnum accessWay)
public String getChannelCode()
public void setChannelCode(String channelCode)
public String getChannelName()
public void setChannelName(String channelName)
public PTransTypeEnum getTransType()
public void setTransType(PTransTypeEnum transType)
public void setPaymentChannel(PPaymentChannelEnum paymentChannel)
public PPaymentChannelEnum getPaymentChannel()
public BigDecimal getPaymentAmount()
public void setPaymentAmount(BigDecimal paymentAmount)
public String getOutTradeCode()
public void setOutTradeCode(String outTradeCode)
public String getRemark()
public void setRemark(String remark)
public Long getMemberId()
public void setMemberId(Long memberId)
public String getPaymentBusinessCode()
public void setPaymentBusinessCode(String paymentBusinessCode)
public Integer getOperatorId()
public void setOperatorId(Integer operatorId)
public String getOperatorName()
public void setOperatorName(String operatorName)
Copyright © 2018. All rights reserved.