| Package | Description |
|---|---|
| cn.felord.payment.wechat.v3.domain.payscore |
| Modifier and Type | Field and Description |
|---|---|
private List<PostPayment> |
UserServiceOrderParams.postPayments
后付费项目,选填
|
private List<PostPayment> |
PayScoreOrderResponse.postPayments |
private List<PostPayment> |
PayScoreOrder.postPayments
后付费项目,选填
|
private List<PostPayment> |
ModifyRequest.postPayments |
| Modifier and Type | Method and Description |
|---|---|
PostPayment |
PostPayment.amount(Long amount)
Amount post payment.
|
PostPayment |
PostPayment.count(Long count)
Count post payment.
|
PostPayment |
PostPayment.description(String description)
Description post payment.
|
| Modifier and Type | Method and Description |
|---|---|
UserServiceOrderParams |
UserServiceOrderParams.postPayments(List<PostPayment> postPayments) |
PayScoreOrder |
PayScoreOrder.postPayments(List<PostPayment> postPayments)
Post payments pay score order.
|
| Constructor and Description |
|---|
ModifyRequest(String serviceId,
String appid,
List<PostPayment> postPayments,
String reason,
Integer totalAmount)
Instantiates a new Modify request.
|
ModifyRequest(String serviceId,
String appid,
List<PostPayment> postPayments,
String reason,
Integer totalAmount,
List<PostDiscount> postDiscounts)
Instantiates a new Modify request.
|
PayScoreOrder(String outOrderNo,
String appid,
String serviceId,
String serviceIntroduction,
List<PostPayment> postPayments,
List<PostDiscount> postDiscounts,
TimeRange timeRange,
Location location,
RiskFund riskFund,
String attach,
String notifyUrl,
String openid,
Boolean needUserConfirm)
Instantiates a new Pay score order.
|
Copyright © 2023. All rights reserved.