类 PayScoreUserPaidConsumeData
- java.lang.Object
-
- cn.crushes.cloud.core.pay.wechat.v3.model.payscore.PayScoreUserPaidConsumeData
-
public class PayScoreUserPaidConsumeData extends Object
微信支付分支付成功回调解密- 作者:
- youta
-
-
字段概要
字段 修饰符和类型 字段 说明 private StringappidThe Appid.private StringattachThe Attach.private PaymentCollectioncollectionThe Collection.private LocationlocationThe Location.private StringmchidThe Mchid.private BooleanneedCollectionThe Need collection.private StringnotifyUrlThe Notify url.private StringopenidThe Openid.private StringorderIdThe Order id.private StringoutOrderNoThe Out order no.private List<PostDiscount>postDiscountsThe Post discounts.private List<PostPayment>postPaymentsThe Post payments.private RiskFundriskFundThe Risk fund.private StringserviceIdThe Service id.private StringserviceIntroductionThe Service introduction.private StringstateThe State.private StringstateDescriptionstateDescriptionprivate TimeRangetimeRangeThe Time range.private StringtotalAmountThe Total amount.
-
构造器概要
构造器 构造器 说明 PayScoreUserPaidConsumeData()
-
-
-
字段详细资料
-
appid
private String appid
The Appid.
-
attach
private String attach
The Attach.
-
collection
private PaymentCollection collection
The Collection.
-
location
private Location location
The Location.
-
mchid
private String mchid
The Mchid.
-
needCollection
private Boolean needCollection
The Need collection.
-
notifyUrl
private String notifyUrl
The Notify url.
-
openid
private String openid
The Openid.
-
orderId
private String orderId
The Order id.
-
outOrderNo
private String outOrderNo
The Out order no.
-
postDiscounts
private List<PostDiscount> postDiscounts
The Post discounts.
-
postPayments
private List<PostPayment> postPayments
The Post payments.
-
riskFund
private RiskFund riskFund
The Risk fund.
-
serviceId
private String serviceId
The Service id.
-
serviceIntroduction
private String serviceIntroduction
The Service introduction.
-
state
private String state
The State.
-
timeRange
private TimeRange timeRange
The Time range.
-
stateDescription
private String stateDescription
stateDescription
-
totalAmount
private String totalAmount
The Total amount.
-
-