AuthorizationRequest class

Authorization request

Inheritance

Constructors

AuthorizationRequest({required double transactionAmount, String laneNumber = '1', String referenceNumber = '', CardHolderPresentCode cardholderPresentCode = CardHolderPresentCode.present, String? clerkNumber, String? shiftId, String? ticketNumber, double? convenienceFeeAmount, double? salesTaxAmount, GiftProgramType? giftProgramType, bool keyedOnly = false, bool pinLessPosConversionIndicator = false})
const

Properties

cardholderPresentCode CardHolderPresentCode
Cardholder present status
finalinherited
clerkNumber String?
Clerk number
finalinherited
convenienceFeeAmount double?
Convenience fee amount
final
giftProgramType GiftProgramType?
Gift program type
final
hashCode int
The hash code for this object.
no setterinherited
keyedOnly bool
Force keyed entry only
final
laneNumber String
Lane number
finalinherited
pinLessPosConversionIndicator bool
PIN-less POS conversion indicator
final
referenceNumber String
Reference number for tracking
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
salesTaxAmount double?
Sales tax amount
final
shiftId String?
Shift ID
finalinherited
ticketNumber String?
Ticket number
finalinherited
transactionAmount double
Transaction amount in dollars
finalinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited