StartCheckoutResponse class
Constructors
-
StartCheckoutResponse.new(String? status, String? message, PspResponse? psp_response, String? transaction_status, int? transaction_id, int? payment_id, String? provider, NextAction? next_action, List<
Actions> ? actions) - StartCheckoutResponse.empty()
-
factory
-
StartCheckoutResponse.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
actions
→ List<
Actions> ? -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- message → String?
-
final
- next_action → NextAction?
-
final
- payment_id → int?
-
final
- provider → String?
-
final
- psp_response → PspResponse?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → String?
-
final
- transaction_id → int?
-
final
- transaction_status → String?
-
final
Methods
-
copyWith(
{String? status, String? message, PspResponse? psp_response, String? transaction_status, int? transaction_id, int? payment_id, String? provider, NextAction? next_action, List< Actions> ? actions}) → StartCheckoutResponse -
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