| Package | Description |
|---|---|
| cn.felord.payment.wechat.v3.domain.payscore |
| Modifier and Type | Field and Description |
|---|---|
private List<PostDiscount> |
UserServiceOrderParams.postDiscounts
后付费商户优惠,选填
|
private List<PostDiscount> |
PayScoreOrderResponse.postDiscounts |
private List<PostDiscount> |
PayScoreOrder.postDiscounts
后付费商户优惠,选填
|
private List<PostDiscount> |
ModifyRequest.postDiscounts |
| Modifier and Type | Method and Description |
|---|---|
PostDiscount |
PostDiscount.count(Long count)
Count post discount.
|
PostDiscount |
PostDiscount.name(String name,
String description)
Name post discount.
|
| Modifier and Type | Method and Description |
|---|---|
UserServiceOrderParams |
UserServiceOrderParams.postDiscounts(List<PostDiscount> postDiscounts) |
PayScoreOrder |
PayScoreOrder.postDiscounts(List<PostDiscount> postDiscounts)
Post discounts pay score order.
|
| Constructor and Description |
|---|
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.