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
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