PspResponse class

Constructors

PspResponse.new(String? id, String? authorization, String? operation_type, String? transaction_type, String? status, bool? conciliated, String? creation_date, String? operation_date, String? description, String? error_message, String? order_id, Card? card, String? customer_id, String? gateway_card_present, num? amount, Fee? fee, PaymentMethod? payment_method, String? currency, String? method, String? object)
PspResponse.empty()
factory
PspResponse.fromJson(Map<String, dynamic> json)
factory

Properties

amount num?
final
authorization String?
final
card Card?
final
conciliated bool?
final
creation_date String?
final
currency String?
final
customer_id String?
final
description String?
final
error_message String?
final
fee Fee?
final
gateway_card_present String?
final
hashCode int
The hash code for this object.
no setterinherited
id String?
final
method String?
final
object String?
final
operation_date String?
final
operation_type String?
final
order_id String?
final
payment_method PaymentMethod?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status String?
final
transaction_type String?
final

Methods

copyWith({String? id, String? authorization, String? operation_type, String? transaction_type, String? status, bool? conciliated, String? creation_date, String? operation_date, String? description, String? error_message, String? order_id, Card? card, String? customer_id, String? gateway_card_present, num? amount, Fee? fee, PaymentMethod? payment_method, String? currency, String? method, String? object}) PspResponse
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.
inherited