AndroidItem12 constructor

AndroidItem12({
  1. required double price,
  2. required double quantity,
  3. String? name,
  4. double? amount,
  5. required Tax tax,
  6. PaymentMethod? paymentMethod,
  7. PaymentObject12? paymentObject,
  8. AgentData? agentData,
  9. SupplierInfo? supplierInfo,
  10. String? userData,
  11. double? excise,
  12. String? countryCode,
  13. String? declarationNumber,
  14. required String measurementUnit,
  15. String? markProcessingMode,
  16. MarkCode? markCode,
  17. MarkQuantity? markQuantity,
  18. List<SectoralItemProps>? sectoralItemProps,
})

Implementation

AndroidItem12({
  required this.price,
  required this.quantity,
  this.name,
  this.amount,
  required this.tax,
  this.paymentMethod,
  this.paymentObject,
  this.agentData,
  this.supplierInfo,
  this.userData,
  this.excise,
  this.countryCode,
  this.declarationNumber,
  required this.measurementUnit,
  this.markProcessingMode,
  this.markCode,
  this.markQuantity,
  this.sectoralItemProps,
});