PaymentService({ required this.apiKey, this.host = _defaultHost, http.Client? client, }) : client = client ?? http.Client();