SelectedCartoffers constructor
SelectedCartoffers({
- String? pog,
- String? id,
- String? isAttached,
- String? assetId,
- String? warrantyPeriod,
- String? productCode,
- String? ownerId,
- String? isBundleOffer,
- String? replaceWarranty,
- String? armProductId,
- String? isHasInventoryDevice,
- String? imei,
- String? subProducts,
- String? returnAssetStatus,
- int? quantity,
- String? parentId,
- String? updatedOverridePrice,
- String? brandName,
- bool? recommended,
- bool? autoRefill,
- int? groupQuantity,
- String? senderMinDetails,
- String? receiverMinDetails,
- String? startRange,
- String? endRange,
Implementation
SelectedCartoffers(
{this.pog,
this.id,
this.isAttached,
this.assetId,
this.warrantyPeriod,
this.productCode,
this.ownerId,
this.isBundleOffer,
this.replaceWarranty,
this.armProductId,
this.isHasInventoryDevice,
this.imei,
this.subProducts,
this.returnAssetStatus,
this.quantity,
this.parentId,
this.updatedOverridePrice,
this.brandName,
this.recommended,
this.autoRefill,
this.groupQuantity,
this.senderMinDetails,
this.receiverMinDetails,
this.startRange,
this.endRange});