factory Customer.fromJson(Map<String, dynamic> json) { return Customer( ephemeralKeySecret: json['ephemeralKey'], id: json['customerId'], ); }