CommodityItemEntity constructor
CommodityItemEntity({
- dynamic gracePeriod,
- String? prdId,
- int? firstDeductionType,
- dynamic ourReceiveAccount,
- dynamic remark,
- int? type,
- String? operator,
- int? firstPeriodType,
- int? payType,
- dynamic sdkVersionShow,
- dynamic imageUrl,
- String? ctime,
- String? iosProductId,
- dynamic signType,
- int? id,
- dynamic groupInfo,
- int? shelveStatus,
- String? group,
- double? unitPrice,
- dynamic customParamInfoList,
- int? paymentSchemes,
- String? prdName,
- String? utime,
- int? deductionTime,
- int? firstDeductionTime,
- String? commodityId,
- dynamic signingRedirectUrl,
- dynamic firstPeriod,
- dynamic customParam,
- dynamic getPriceUrl,
- int? timeliness,
- String? commodityProperty,
- dynamic prdMchMappingId,
- dynamic ourReceiveBank,
- String? commodityDesc,
- dynamic ourReceiveSubjectId,
- String? commodityName,
- String? desc,
- int? status,
- String? promotion,
- CommodityStoreEntity? storeEntity,
Implementation
CommodityItemEntity({
this.gracePeriod,
this.prdId,
this.firstDeductionType,
this.ourReceiveAccount,
this.remark,
this.type,
this.operator,
this.firstPeriodType,
this.payType,
this.sdkVersionShow,
this.imageUrl,
this.ctime,
this.iosProductId,
this.signType,
this.id,
this.groupInfo,
this.shelveStatus,
this.group,
this.unitPrice,
this.customParamInfoList,
this.paymentSchemes,
this.prdName,
this.utime,
this.deductionTime,
this.firstDeductionTime,
this.commodityId,
this.signingRedirectUrl,
this.firstPeriod,
this.customParam,
this.getPriceUrl,
this.timeliness,
this.commodityProperty,
this.prdMchMappingId,
this.ourReceiveBank,
this.commodityDesc,
this.ourReceiveSubjectId,
this.commodityName,
this.desc,
this.status,
this.promotion,
this.storeEntity});