PaywayCreateTransactionResponse class

Constructors

PaywayCreateTransactionResponse({int status = -1, String description = 'Unknown Error', String? qrString, String? qrImage, String? abapayDeeplink, String? appStore, String? playStore})
PaywayCreateTransactionResponse.fromMap(Map<String, dynamic> map)
factory

Properties

final
appStore String?
final
description String
final
hashCode int
The hash code for this object.
no setteroverride
message String
no setter
playStore String?
final
qrImage String?
final
qrString String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status int
final

Methods

copyWith({int? status, String? description, String? qrString, String? qrImage, String? abapayDeeplink, String? appStore, String? playStore}) PaywayCreateTransactionResponse
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

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