public class ModifyRequest extends Object
| Modifier and Type | Field and Description |
|---|---|
private String |
appid |
private List<PostDiscount> |
postDiscounts |
private List<PostPayment> |
postPayments |
private String |
reason |
private String |
serviceId |
private Integer |
totalAmount |
| 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.
|
private final String serviceId
private final String appid
private final List<PostPayment> postPayments
private final String reason
private final Integer totalAmount
private final List<PostDiscount> postDiscounts
public ModifyRequest(String serviceId, String appid, List<PostPayment> postPayments, String reason, Integer totalAmount)
serviceId - the service idappid - the appidpostPayments - the post paymentsreason - the reasontotalAmount - the total amountpublic ModifyRequest(String serviceId, String appid, List<PostPayment> postPayments, String reason, Integer totalAmount, List<PostDiscount> postDiscounts)
serviceId - the service idappid - the appidpostPayments - the post paymentsreason - the reasontotalAmount - the total amountpostDiscounts - the post discountsCopyright © 2023. All rights reserved.