RefundRequest class

Refund transaction request

Inheritance

Constructors

RefundRequest({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 pinLessPosConversionIndicator = false})

Properties

cardholderPresentCode CardHolderPresentCode
finalinherited
clerkNumber String?
finalinherited
convenienceFeeAmount double?
Convenience fee amount
final
giftProgramType GiftProgramType?
Gift program type
final
hashCode int
The hash code for this object.
no setterinherited
laneNumber String
finalinherited
pinLessPosConversionIndicator bool
PIN-less POS conversion indicator
final
referenceNumber String
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
salesTaxAmount double?
Sales tax amount
final
shiftId String?
finalinherited
ticketNumber String?
finalinherited
transactionAmount double
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