factory PutCustomerInfoResponse.fromJson(Map<String, dynamic> json) => new PutCustomerInfoResponse(json['id'] as String);