类 DirectCompleteServiceOrderParams
- java.lang.Object
-
- cn.crushes.cloud.core.pay.wechat.v3.model.payscore.DirectCompleteServiceOrderParams
-
public class DirectCompleteServiceOrderParams extends Object
创单结单合并API请求参数- 作者:
- youta
-
-
字段概要
字段 修饰符和类型 字段 说明 private StringappidThe Appid.private StringattachThe Attach.private StringgoodsTagThe Goods tag.private LocationlocationThe Location.private StringnotifyUrlThe Notify url.private StringopenidThe Openid.private StringoutOrderNoThe Out order no.private List<PostDiscount>postDiscountsThe Post discounts.private List<PostPayment>postPaymentsThe Post payments.private BooleanprofitSharingThe Profit sharing.private StringserviceIdThe Service id.private StringserviceIntroductionThe Service introduction.private TimeRangetimeRangeThe Time range.private LongtotalAmountThe Total amount.
-
构造器概要
构造器 构造器 说明 DirectCompleteServiceOrderParams()
-
-
-
字段详细资料
-
appid
private String appid
The Appid.
-
attach
private String attach
The Attach.
-
goodsTag
private String goodsTag
The Goods tag.
-
location
private Location location
The Location.
-
notifyUrl
private String notifyUrl
The Notify url.
-
openid
private String openid
The Openid.
-
outOrderNo
private String outOrderNo
The Out order no.
-
postDiscounts
private List<PostDiscount> postDiscounts
The Post discounts.
-
postPayments
private List<PostPayment> postPayments
The Post payments.
-
profitSharing
private Boolean profitSharing
The Profit sharing.
-
serviceId
private String serviceId
The Service id.
-
serviceIntroduction
private String serviceIntroduction
The Service introduction.
-
timeRange
private TimeRange timeRange
The Time range.
-
totalAmount
private Long totalAmount
The Total amount.
-
-