PaymentResponse class

Implementers

Constructors

PaymentResponse({required String id, required String actionId, required int amount, required bool approved, required String status, required String responseCode, PaymentMethod? type, required String token, required String reference, required String description, required Customer customer, required String currency, required String processedOn})
PaymentResponse.fromJson(String source)
factory
PaymentResponse.fromMap(Map<String, dynamic> map)
factory

Properties

actionId String
final
amount int
final
approved bool
final
currency String
final
customer Customer
final
description String
final
hashCode int
The hash code for this object.
no setterinherited
id String
final
processedOn String
final
reference String
final
responseCode String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status String
final
token String
final
type PaymentMethod?
final

Methods

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

Operators

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