PaylikeClientResponse class Null safety

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. [...]
read-only, inherited
hints List<String>
read / write
HTMLBody String?
read / write
isHTML bool
final
paymentResponse PaymentResponse?
read / write
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

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 non-existent method or property is accessed. [...]
inherited
toString() String
A string representation of this object. [...]
inherited

Operators

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