Payment constructor
Payment({})
Implementation
Payment({
required this.appId,
required this.partnerId,
required this.prepayId,
required this.packageValue,
required this.nonceStr,
required this.timestamp,
required this.sign,
this.signType,
this.extData,
});