SuccessDetail class

success response with detail

Implemented types

Constructors

SuccessDetail({required String orderId, required int transactionStatus, required String transactionId, required String transactionDate, required String referenceNo, required int processMethod, required String reasonMessage, required double amount, required double convenienceFee, required double taxAmount, required double discountAmount, required double captureAmount})
SuccessDetail.fromJson(Map json)
factory

Properties

amount double
final
captureAmount double
final
convenienceFee double
final
discountAmount double
final
hashCode int
The hash code for this object.
no setteroverride
orderId String
final
processMethod int
final
reasonMessage String
final
referenceNo String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
taxAmount double
final
transactionDate String
final
transactionId String
final
transactionStatus int
final

Methods

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

Operators

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