PaylikeClientResponse constructor
PaylikeClientResponse({
- required bool isHTML,
- PaymentResponse? paymentResponse,
- String? HTMLBody,
- List<
String> hints = const [],
Implementation
PaylikeClientResponse({
required this.isHTML,
this.paymentResponse,
this.HTMLBody,
this.hints = const [],
});