PaylikeClientResponse class
Describes the client response from the Paylike capture API
Constructors
-
PaylikeClientResponse({required bool isHTML, PaymentResponse? paymentResponse, String? HTMLBody, List<
String> hints = const []})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
hints
↔ List<
String> -
getter/setter pair
- HTMLBody ↔ String?
-
getter/setter pair
- isHTML → bool
-
final
- paymentResponse ↔ PaymentResponse?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
getHTMLBody(
) → String - Returns HTML body if not null otherwise throws an exception
-
getPaymentResponse(
) → PaymentResponse - Returns the payment response if not null otherwise throws an exception
-
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.
inherited