ZettlePluginPaymentResponse class

Payment response object.

Contains all the transaction informations. Some fields are available for Android only.

Constructors

ZettlePluginPaymentResponse.new({required ZettlePluginPaymentStatus status, int? amount, int? gratuityAmount, String? cardType, String? cardPaymentEntryMode, String? cardholderVerificationMethod, String? tsi, String? tvr, String? applicationIdentifier, String? cardIssuingBank, String? maskedPan, String? panHash, String? applicationName, String? authorizationCode, String? installmentAmount, String? nrOfInstallments, String? mxFiid, String? mxCardType, String? reference})
ZettlePluginPaymentResponse.fromMap(Map response)

Properties

amount int?
getter/setter pair
applicationIdentifier String?
getter/setter pair
applicationName String?
getter/setter pair
authorizationCode String?
getter/setter pair
cardholderVerificationMethod String?
getter/setter pair
cardIssuingBank String?
getter/setter pair
cardPaymentEntryMode String?
getter/setter pair
cardType String?
getter/setter pair
gratuityAmount int?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
installmentAmount String?
getter/setter pair
maskedPan String?
getter/setter pair
mxCardType String?
getter/setter pair
mxFiid String?
getter/setter pair
nrOfInstallments String?
getter/setter pair
panHash String?
getter/setter pair
reference String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status ZettlePluginPaymentStatus
getter/setter pair
tsi String?
getter/setter pair
tvr String?
getter/setter pair

Methods

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

Operators

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