AndroidReceiptFfd12 constructor

AndroidReceiptFfd12({
  1. required ClientInfo clientInfo,
  2. required Taxation taxation,
  3. String? email,
  4. String? phone,
  5. required List<AndroidItem12> items,
})

Implementation

AndroidReceiptFfd12({
  required this.clientInfo,
  required this.taxation,
  this.email,
  this.phone,
  required this.items,
});