AuthorizationWithTokenRequest constructor

const AuthorizationWithTokenRequest({
  1. required String tokenId,
  2. required double transactionAmount,
  3. String laneNumber = '1',
  4. String referenceNumber = '',
  5. String? clerkNumber,
  6. String? shiftId,
  7. String? ticketNumber,
})

Implementation

const AuthorizationWithTokenRequest({
  required this.tokenId,
  required this.transactionAmount,
  this.laneNumber = '1',
  this.referenceNumber = '',
  this.cardLogo,
  this.clerkNumber,
  this.shiftId,
  this.ticketNumber,
});